true on success, false on error (check errno).bool register(scope const(int)[] files) @trusted nothrow @nogcRegister an array of file descriptors with the io_uring instance.
files | Array of file descriptors. Use -1 for unused slots. |
true on success, false on error (check errno).