Expand description

Completion Queue

Structs

An io_uring instance’s completion queue. This stores all the I/O operations that have completed.
A 16-byte completion queue entry (CQE), representing a complete I/O operation.
A 32-byte completion queue entry (CQE), representing a complete I/O operation.

Traits

A completion queue entry (CQE), representing a complete I/O operation.

Functions