IoUringFeatures.supportsOpcode

bool supportsOpcode(ubyte opcode) const @safe pure nothrow @nogc

Check whether a specific io_uring opcode is supported.

Parameters

opcodeThe IORING_OP_* constant to check.

Returns

true if the opcode is supported by the running kernel.