Crate tetsy_runtime[][src]

Tokio Runtime wrapper.

Structs

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

A thread pool runtime that can run tasks that use both tokio 0.1 and tokio 0.2 APIs.

TokioRuntimeBuilder

Builds a compatibility runtime with custom configuration values.