hyper

Module 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§

  • Trait aliases
  • io 🔒
  • timer 🔒
    Provides a timer trait with timer-like functions

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.