Expand description

Tokio Runtime wrapper.

Re-exports

pub extern crate futures;
pub extern crate tokio;

Structs

A future that completes at a specified instant in time.

Runtime for futures.

A handle to a runtime. Dropping the handle will cause runtime to shutdown.

Executes futures on the runtime

Handle to the Tokio runtime.

Builds Tokio Runtime with custom configuration values.