Module traits

Module traits 

Source
Expand description

A collection of traits to define a common interface across async runtimes

Traitsยง

AsyncToSocketAddrs
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
RuntimeKit
Supertrait to tag a type that implements all required components for a Runtime