Expand description
Safe wrapper over Linux AIO
.
Structs§
- Newtype for
aio_context_t
. - Wrapper over the
iocb
structure. - Wrapper over the
io_event
structure.
Constants§
- Synchronize a file’s in-core data to storage device.
- Synchronize a file’s in-core metadata and data to storage device.
- Noop, this defined by never used by linux kernel.
- Read from a file descriptor at a given offset.
- Read from a file descriptor at a given offset into multiple buffers.
- Write to a file descriptor at a given offset.
- Write to a file descriptor at a given offset from multiple buffers.
- Valid flags for the “aio_flags” member of the “struct iocb”. Set if the “aio_resfd” member of the “struct iocb” is valid.
- Maximum number of concurrent requests.