Skip to content

Commit 9d37eee

Browse files
hmakamox692
andauthored
Update join_set.rs
Co-authored-by: Motoyuki Kimura <[email protected]>
1 parent 7542e4e commit 9d37eee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tokio/src/task/join_set.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,8 +375,8 @@ impl<T: 'static> JoinSet<T> {
375375
}
376376

377377
/// Awaits the completion of all tasks in this `JoinSet`, returning a vector of their results.
378-
/// The results will be stored in the order they completed not the order they were spawned.
379378
///
379+
/// The results will be stored in the order they completed not the order they were spawned.
380380
/// This is a convenience method that is equivalent to calling [`join_next`] in
381381
/// a loop. If any tasks on the `JoinSet` fail with an [`JoinError`], then this call
382382
/// to `join_all` will panic and all remaining tasks on the `JoinSet` are

0 commit comments

Comments
 (0)