Expand description
MIO bindings for POSIX AIO
§Feature Flags
tokio
- Add extra methods needed for consumers to implement Tokio’sAioSource
trait.
§See Also
tokio-file
- Tokio bindings that work atop this crate. Much more useful to the typical user.
Structs§
- A Mio source based on a single POSIX AIO operation.
Enums§
- Mode for
AioCb::fsync
. Controls whether only data or both data and metadata are synced.
Traits§
- Common methods supported by all POSIX AIO Mio sources
Type Aliases§
- Return type of
Source::fsync
- Return type of
Source::read_at
- Return type of
Source::readv_at
- Return type of
Source::write_at
- Return type of
Source::writev_at