Crate mio_aio[][src]

MIO bindings for POSIX AIO

Structs

AioCb
LioCb

Enums

AioFsyncMode

Mode for AioCb::fsync. Controls whether only data or both data and metadata are synced.

BufRef

Stores a reference to the buffer used by the AioCb, if any.

LioError

Error types that can be returned by LioCb::submit

LioOpcode

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.