Crate reactor_trait

Source
Expand description

A collection of traits to define a common interface across reactors

Structs§

IOHandle
A synchronous IO handle

Traits§

AsyncIOHandle
A trait representing an asynchronous IO handle
Reactor
A common interface for registering IO handles in a reactor.
TcpReactor
A common interface for registering TCP handles in a reactor.
TimeReactor
A common interface for registering timers in a reactor.