Module hyper_util::rt::tokio

source ·
Expand description

Tokio IO integration for hyper

Structs§

  • Future executor that utilises tokio threads.
  • A wrapper that implements Tokio’s IO traits for an inner type that implements hyper’s IO traits, or vice versa (implements hyper’s IO traits for a type that implements Tokio’s IO traits).
  • A Timer that uses the tokio runtime.