Structsยง
- Complete
Queue ๐Data - Complete
Queue State - Queue
Pointers ๐ - Submit
Queue - Submit
Queue ๐Entries - Submit
Queue ๐State - URing
Allowlist - Represents an allowlist of the restrictions to be registered to a uring.
- URing
Context - Unsafe wrapper for the kernelโs io_uring interface. Allows for queueing multiple I/O operations
to the kernel and asynchronously handling the completion of these operations.
Use the various
add_*functions to configure operations, then callwaitto start the operations and get any completed results. Each op is given a u64 user_data argument that is used to identify the result when returned in the iterator provided bywait.
Enumsยง
- Error
- URing
Operation - Enum to represent all io_uring operations