fn copy_cqe(ring: *IO_Uring) !linux.io_uring_cqe

Returns a copy of an I/O completion, waiting for it if necessary, and advancing the CQ ring. A convenience method for copy_cqes() for when you don’t need to batch or peek.

Parameters

ring: *IO_Uring,