Enums§
- Executor
- An executor for scheduling tasks that poll futures to completion.
- Executor
Kind - SetDefault
Executor Kind Error - The error type for
Executor::set_default_executor_kind(). - Task
Handle - Reference to a task managed by the executor.
Statics§
- DEFAULT_
EXECUTOR_ 🔒KIND - If set,
ExecutorKind::default()returns the value ofDEFAULT_EXECUTOR_KIND. If not set,ExecutorKind::default()returns a statically-chosen default value, andExecutorKind::default()initializesDEFAULT_EXECUTOR_KINDwith that value.