Module tokio_util::task::task_tracker
source · Available on crate feature
rt
only.Expand description
Types related to the TaskTracker
collection.
See the documentation of TaskTracker
for more information.
Structs§
- A task tracker used for waiting until tasks exit.
- Represents a task tracked by a
TaskTracker
. - A future that completes when the
TaskTracker
is empty and closed. - A future that is tracked as a task by a
TaskTracker
.