Crate async_task_tracker

Crate async_task_tracker 

Source
Expand description

Modified version of TaskTracker from the tokio-util crate without tokio-specific features.

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.