[][src]Module libzmq::poll

Asynchronous polling mechanim.

See the Poller documentation to get started.

Structs

Event

An event detected by a poller.

Events

A vector of Event detected while polling.

Id

An alias to a Pollable element.

IntoIter

An Iterator over a set of Event.

Iter

An Iterator over references to Event.

Poller

A mechanism for input/output events multiplexing in a level-triggered fashion.

Trigger

A bitflag used to specifies the condition for triggering an Event in the Poller.

Enums

Pollable

The types that can be polled by the Poller.

Constants

EMPTY

Never trigger an Event while polling.

READABLE

Trigger an Event on read readiness.

WRITABLE

Trigger an Event on write readiness.