Module fibers::io::poll [] [src]

I/O events polling functionalities (for developers).

This module is mainly exported for developers. So, usual users do not need to be conscious.

Implementation Details

This module is a wrapper of the mio crate.

Structs

EventedHandle

The handle of an evented object which has been registered in a poller.

EventedLock

The locked reference to an evented object.

Poller

I/O events poller.

PollerHandle

A handle of a poller.

Register

A future which will register a new evented object to a poller.

Enums

Interest

The list of the monitorable event kinds.

Constants

DEFAULT_EVENTS_CAPACITY

The default capacity of the event buffer of a poller.