Expand description
A collection of traits to define a common interface across async runtimes
Traitsยง
- Async
ToSocket Addrs - A common interface for resolving domain name + port to
SocketAddr
- Executor
- A common interface for spawning futures on top of an executor
- Reactor
- A common interface for performing actions on a reactor
- Runtime
Kit - Supertrait to tag a type that implements all required components for a Runtime