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§
- Return which dynamic buffer was used by this operation.
- Return whether further completion events will be submitted for this same operation.
- Returns whether this completion event is a notification.
- Return whether socket has more data ready to read.