Module hyper::rt[][src]

Expand description

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

An executor of futures.