Structs§
- Spawned
Task - Helper that provides a simple API to spawn a single task and join it.
Provides guarantees of aborting on
Drop
to keep it cancel-safe. Note that if the task was spawned withspawn_blocking
, it will only be aborted if it hasn’t started yet.