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 |
TokioRuntimeBuilder | Builds a compatibility runtime with custom configuration values. |