Module hyper::rt [−][src]
Runtime components
By default, hyper includes the tokio runtime.
If the runtime
feature is disabled, the types in this module can be used
to plug in other runtimes.
Traits
Executor | An executor of futures. |
Runtime components
By default, hyper includes the tokio runtime.
If the runtime
feature is disabled, the types in this module can be used
to plug in other runtimes.
Executor | An executor of futures. |