Expand description
Module exposing data structures for working with io_uring operations.
Structs§
- Cqe
- Wrapper over a completed operation.
- Operation
- Operation type for populating the submission queue, parametrised with the
user_datatypeT. Theuser_datais used for identifying the operation once completed.
Enums§
- OpCode
- Supported operation types.
Type Aliases§
- FixedFd
- The index of a registered fd.