Expand description
Completion Queue
Structs§
- CompletionQueue 
- An io_uring instance’s completion queue. This stores all the I/O operations that have completed.
- Entry
- A 16-byte completion queue entry (CQE), representing a complete I/O operation.
- Entry32
- A 32-byte completion queue entry (CQE), representing a complete I/O operation.
- Flags
- Completion flags
Traits§
- EntryMarker 
- A completion queue entry (CQE), representing a complete I/O operation.
Functions§
- buffer_select 
- Return which dynamic buffer was used by this operation.
- more
- Return whether further completion events will be submitted for this same operation.
- sock_nonempty 
- Return whether socket has more data ready to read.