Crate mio_aio

source ·
Expand description

MIO bindings for POSIX AIO

Feature Flags

  • tokio - Add extra methods needed for consumers to implement Tokio’s AioSource 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