Crate tetsy_runtime[][src]

Tokio Runtime wrapper.

Re-exports

pub extern crate futures;
pub extern crate tokio;

Structs

Delay

A future that completes at a specified instant in time.

Executor
Runtime

Runtime for futures.

RuntimeHandle

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

TaskExecutor

Executes futures on the runtime

TokioRuntime

Handle to the Tokio runtime.

TokioRuntimeBuilder

Builds Tokio Runtime with custom configuration values.