We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
TaskTracker
1 parent 9bd6702 commit 70569bdCopy full SHA for 70569bd
tokio-util/src/task/task_tracker.rs
@@ -41,7 +41,7 @@ use tokio::{
41
/// unique features is required:
42
///
43
/// 1. When tasks exit, a `TaskTracker` will allow the task to immediately free its memory.
44
-/// 2. By not closing the `TaskTracker`, [`wait`] will be prevented from from returning even if
+/// 2. By not closing the `TaskTracker`, [`wait`] will be prevented from returning even if
45
/// the `TaskTracker` is empty.
46
/// 3. A `TaskTracker` does not require mutable access to insert tasks.
47
/// 4. A `TaskTracker` can be cloned to share it with many tasks.
0 commit comments