IoUringFileTable.register

bool register(scope const(int)[] files) @trusted nothrow @nogc

Register an array of file descriptors with the io_uring instance.

Parameters

filesArray of file descriptors. Use -1 for unused slots.

Returns

true on success, false on error (check errno).