Available on FreeBSD and crate feature
net
only.Expand description
BSD-specific I/O types.
Structs
- Associates a POSIX AIO control block with the reactor that drives it.
- Opaque data returned by
Aio::poll_ready
.
Traits
- Like
mio::event::Source
, but for POSIX AIO only.