Expand description
Tokio Runtime wrapper.
Structsยง
- Executor
- Runtime
- Runtime for futures.
- Runtime
Handle - A handle to a runtime. Dropping the handle will cause runtime to shutdown.
- Task
Executor - Executes futures on the runtime
- Tokio
Runtime - A thread pool runtime that can run tasks that use both
tokio
0.1 andtokio
0.2 APIs. - Tokio
Runtime Builder - Builds a compatibility runtime with custom configuration values.