Probe

Simplified wrapper around io_uring_probe that is used to check what io_uring operations current kernel is actually supporting.

Members

Functions

isSupported
bool isSupported(Operation op)

Is operation supported?

opCast
T opCast()

true if probe was sucesfully retrieved.

Properties

error
int error [@property getter]

Error code when we fail to get Probe.

Meta