Expand description
Background task spawning.
Structs§
- Join
Error - Task failed to execute to completion.
- Join
Handle - An owned permission to join on a task (await its termination).
Functions§
- spawn
- Spawns a new asynchronous task, returning a
JoinHandle
for it.