Module mio_pool::poll

source ·
Expand description

An implementation of a Poll interface very similar to that of mio::Poll.

Structs

A collection of readiness events.
Polls for readiness events on all registered file descriptors.
Associates an event with a file descriptor.