Expand description
Completion Queue
Structs§
- Completion
Queue  - 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§
- Entry
Marker  - 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.