fn cq_ready(self: *IO_Uring) u32

Returns the number of CQEs in the completion queue, i.e. its length. These are CQEs that the application is yet to consume. Matches the implementation of io_uring_cq_ready in liburing.

Parameters

self: *IO_Uring,