fn submit_and_wait(self: *IO_Uring, wait_nr: u32) !u32
Like submit(), but allows waiting for events as well. Returns the number of SQEs submitted. Matches the implementation of io_uring_submit_and_wait() in liburing.
self: *IO_Uring,
wait_nr: u32,