[][src]Crate parity_runtime

Tokio Runtime wrapper.

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.