We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
TaskTracker
1 parent f339587 commit d83ba30Copy full SHA for d83ba30
tokio-util/src/task/task_tracker.rs
@@ -53,6 +53,8 @@ use tokio::{
53
/// `TaskTracker`, this does not happen. Once tasks exit, they are immediately removed from the
54
/// `TaskTracker`.
55
///
56
+/// Note that unlike [`JoinSet`], dropping a `TaskTracker` does not abort the tasks.
57
+///
58
/// # Examples
59
60
/// For more examples, please see the topic page on [graceful shutdown].
0 commit comments