[][src]Module fumio_reactor::reactor

The reactor implementation and various low-level tools to use it.

Structs

Handle

A (shared) handle to the reactor.

LazyHandle

Refers to a specific handle or to the current handle.

PollEvented

A wrapper for Read and Write based IO sources.

Reactor

A reactor to drive asynchronous IO in context of async/await futures.

Registration

Low-level registration of an event source with the Reactor.

Functions

current

Retrieve the current handle.