Module hyper_util::rt::tokio

source ·
Available on crate feature tokio only.
Expand description

Tokio IO integration for hyper

Structs§

  • Future executor that utilises tokio threads.
  • A wrapping implementing hyper IO traits for a type that implements Tokio’s IO traits.
  • A Timer that uses the tokio runtime.