[][src]Crate reactor_trait

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.