Module 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ยง

TaskTracker
A task tracker used for waiting until tasks exit.
TaskTrackerToken
Represents a task tracked by a TaskTracker.
TaskTrackerWaitFuture
A future that completes when the TaskTracker is empty and closed.
TrackedFuture
A future that is tracked as a task by a TaskTracker.