[][src]Module threader::reactor

Modules

background
observer

Structs

Handle

A handle to the reactor. Can be used to register and deregister resources from other threads.

IoWaker

A struct that associates a resource with two wakers which correspond to read and write operations.

Reactor

The reactor. This is the part of the thread pool that drives IO resources using the system selector.

Functions

handle
register