[][src]Module mio_st::poll

Types related to polling.

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

Structs

Awakener

Awakener allows cross-thread waking of a Poller instance.

Interests

Interests used in registering.

Poller

Polls for readiness events on all registered handles.

Enums

PollOption

Option supplied when registering an Evented handle with Poller.