Module rt

Module rt 

Source
Expand description

Runtime utilities

Re-exports§

pub use tokio_executor::TokioExecutor;

Modules§

tokio_executor
Implementation of hyper::rt::Executor that utilises tokio::spawn.

Structs§

TokioIo
A wrapping implementing hyper IO traits for a type that implements Tokio’s IO traits.