Module hyper::rt

source ·
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.

Modules

Traits

  • An executor of futures.
  • A future returned by a Timer.
  • A timer which provides timer-like functions.