Expand description
Modified version of TaskTracker from the tokio-util crate without tokio-specific features.
Structsยง
- A task tracker used for waiting until tasks exit.
- Represents a task tracked by a
TaskTracker. - A future that completes when the
TaskTrackeris empty and closed. - A future that is tracked as a task by a
TaskTracker.