Module bsd

Source
Available on FreeBSD and crate feature net only.
Expand description

BSD-specific I/O types.

Structs§

Aio
Associates a POSIX AIO control block with the reactor that drives it.
AioEvent
Opaque data returned by Aio::poll_ready.

Traits§

AioSource
Like mio::event::Source, but for POSIX AIO only.