fn submit(self: *IO_Uring) !u32

Submits the SQEs acquired via get_sqe() to the kernel. You can call this once after you have called get_sqe() multiple times to setup multiple I/O requests. Returns the number of SQEs submitted. Matches the implementation of io_uring_submit() in liburing.

Parameters

self: *IO_Uring,