Module mio_st::poll

source ·
Expand description

Types related to polling.

The main type is Poller, see it as well as the root of the crate for examples.

Structs

Interests used in registering.
Polls for readiness events on all registered handles.

Enums

Option supplied when registering an Evented handle with Poller.