true on success, false on error (check errno).bool register(scope const(iovec)[] buffers) @trusted nothrow @nogcRegister 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.
buffers | Array of iovec structs describing the buffers. |
true on success, false on error (check errno).