IoUringBufferTable.register

bool register(scope const(iovec)[] buffers) @trusted nothrow @nogc

Register an array of buffers with the io_uring instance.

After registration, each buffer can be referenced by its index in the buffers array when submitting READ_FIXED or WRITE_FIXED operations.

Parameters

buffersArray of iovec structs describing the buffers.

Returns

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