Crate mio_aio

source ·
Expand description

MIO bindings for POSIX AIO

Structs

Enums

Mode for AioCb::fsync. Controls whether only data or both data and metadata are synced.
Stores a reference to the buffer used by the AioCb, if any.
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.