[][src]Module io_uring::cqueue

Completion Queue

Structs

AvailableQueue

A snapshot of the completion queue.

CompletionQueue

An io_uring instance's completion queue. This stores all the I/O operations that have completed.

Entry

An entry in the completion queue, representing a complete I/O operation.