Module cros_async::executor
source · Enums§
- An executor for scheduling tasks that poll futures to completion.
- The error type for
Executor::set_default_executor_kind()
. - Reference to a task managed by the executor.
Statics§
- 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_KIND
with that value.