Module executor

Source

Enums§

Executor
An executor for scheduling tasks that poll futures to completion.
ExecutorKind
SetDefaultExecutorKindError
The error type for Executor::set_default_executor_kind().
TaskHandle
Reference to a task managed by the executor.

Statics§

DEFAULT_EXECUTOR_KIND 🔒
If set, ExecutorKind::default() returns the value of DEFAULT_EXECUTOR_KIND. If not set, ExecutorKind::default() returns a statically-chosen default value, and ExecutorKind::default() initializes DEFAULT_EXECUTOR_KIND with that value.

Traits§

ExecutorTrait 🔒