Structs§
- Builder
- Builder to spawn task with more options.
- Cancel
Handle - Handle to cancel associated task.
- Id
- Unique among running tasks.
- Join
Error - Error in polling JoinHandle.
- Join
Handle - Handle to join or cancel associated task.
- Name
- Task name.
- Spawn
Scope - Scope where tasks are spawned through given Spawn.
- Task
- Thin wrapper around task to accommodate possible new members.
- Task
Handle - An owned permission to cancel task on Drop besides join and cancel on demand.
Enums§
- Compat
- Compat encapsulate functions to find async runtimes to spawn task.
Statics§
- COMPATS
- DistributedSlice to collect Compats.
Traits§
- Spawn
- Trait to spawn task.