Crate tokio_task_supervisor

Crate tokio_task_supervisor 

Source

Structs§

TaskSupervisor
Manages a collection of asynchronous tasks and coordinates their shutdown.
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.

Enums§

CancelOutcome
The outcome of a task that races against cancellation.