Expand description
Task spawning support.
Structs§
- A task scheduler for a
TaskQueue
. - Information about a task.
- A list of tasks.
- Metadata about a spawned task.
- A queue of tasks that will be run on a single thread.
Enums§
- The state of a task.
Traits§
- Trait for scheduling a task on an executor.
- Trait for spawning a task on an executor.
- Trait for spawning a non-
Send
task on an executor.
Functions§
- Creates a new task queue and associated scheduler.
- Calls
f
with the current task metadata, if there is a current task.
Type Aliases§
- A handle to a task that’s ready to run.
- A handle to a task.