Crate ringbahn
Source - drive
- Drive IO on io-uring
- event
- Events that can be scheduled on io-uring with a [
Submission
] - fs
- Interact with the file system using io-uring
- net
- Cancellation
- A cancellation callback to clean up resources when IO gets cancelled.
- File
- A file handle that runs on io-uring
- Ring
- A low-level primitive for building an IO object on io-uring
- Submission
- A
Future
representing an event submitted to io-uring
- Drive
- Implemented by drivers for io-uring.
- Event
- An IO event that can be scheduled on an io-uring driver.