fn copy_cqe(ring: *IO_Uring) !linux.io_uring_cqe
[src]
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.
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.