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§
- Source
- A Mio source based on a single POSIX AIO operation.
Enums§
- AioFsync
Mode - Mode for
AioCb::fsync
. Controls whether only data or both data and metadata are synced. - Errno
Traits§
- Source
Api - Common methods supported by all POSIX AIO Mio sources
Type Aliases§
- Fsync
- Return type of
Source::fsync
- ReadAt
- Return type of
Source::read_at
- ReadvAt
- Return type of
Source::readv_at
- WriteAt
- Return type of
Source::write_at
- Writev
At - Return type of
Source::writev_at