Expand description
MIO bindings for POSIX AIO
Feature Flags
tokio
- Add extra methods needed for consumers to implement Tokio’sAioSource
trait.
Structs
A single asynchronous I/O operation
A collection of multiple asynchronous I/O operations
Used to construct LioCb
.
Enums
Mode for AioCb::fsync
. Controls whether only data or both data and
metadata are synced.
Error types that can be returned by
LioCb::submit
When used with lio_listio
, determines whether a
given aiocb
should be used for a read operation, a write operation, or
ignored. Has no effect for any other aio functions.