Module operation

Module operation 

Source
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_data type T. The user_data is used for identifying the operation once completed.

Enums§

OpCode
Supported operation types.

Type Aliases§

FixedFd
The index of a registered fd.