Module hyper::rt

source ·
Expand description

Runtime components

The traits and types within this module are used to allow plugging in runtime types. These include:

  • Executors
  • Timers
  • IO transports

Modules§

Structs§

Traits§

  • An executor of futures.
  • Reads bytes from a source.
  • A future returned by a Timer.
  • A timer which provides timer-like functions.
  • Write bytes asynchronously.