We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7542e4e commit 9d37eeeCopy full SHA for 9d37eee
tokio/src/task/join_set.rs
@@ -375,8 +375,8 @@ impl<T: 'static> JoinSet<T> {
375
}
376
377
/// 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.
379
///
+ /// The results will be stored in the order they completed not the order they were spawned.
380
/// This is a convenience method that is equivalent to calling [`join_next`] in
381
/// a loop. If any tasks on the `JoinSet` fail with an [`JoinError`], then this call
382
/// to `join_all` will panic and all remaining tasks on the `JoinSet` are
0 commit comments