Module cros_async::sys::unix::executor
source · Enums
An executor for scheduling tasks that poll futures to completion.
An enum to express the kind of the backend of
ExecutorThe error type for
Executor::set_default_executor_kind().Reference to a task managed by the executor.
Statics
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.