[][src]Module libzmq::poll

Asynchronous polling mechanim.

Structs

Event

An event detected by a poller.

Events

Used to store Events for polling.

Flags

The event flags that can be specified to the poller.

IntoIter

An Iterator over a set of Event.

Iter

An Iterator over references to Event.

PollId

The type used to alias a socket or a RawFd when polling.

Poller

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

Constants

NO_WAKEUP

Specifies no wakeup condition at all.

READABLE

Specifies wakeup on read readiness.

WRITABLE

Specifies wakeup on write readiness.