Expand description
A collection of traits to define a common interface across reactors
Structs§
- IOHandle
- A synchronous IO handle
Traits§
- AsyncIO
Handle - 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.
- Time
Reactor - A common interface for registering timers in a reactor.