| abort_on_drop.rs |
An [`AbortOnDropHandle`] is like a [`JoinHandle`], except that it
will abort the task as soon as it is dropped. |
2644 |
- |
| join_map.rs |
... |
30168 |
- |
| join_queue.rs |
|
16473 |
- |
| mod.rs |
Extra utilities for spawning tasks
This module is only available when the `rt` feature is enabled. Note that enabling the
`join-map` feature will automatically also enable the `rt` feature. |
662 |
- |
| spawn_pinned.rs |
|
15239 |
- |
| task_tracker.rs |
Types related to the [`TaskTracker`] collection.
See the documentation of [`TaskTracker`] for more information. |
23567 |
- |