File tree 1 file changed +5
-3
lines changed
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -1308,9 +1308,11 @@ impl<T> JoinHandle<T> {
1308
1308
& self . 0 . thread
1309
1309
}
1310
1310
1311
- /// Waits for the associated thread to finish. In terms of [atomic memory orderings],
1312
- /// the completion of the associated thread synchronizes with this function returning.
1313
- /// In other words, all operations performed by that thread are ordered before all
1311
+ /// Waits for the associated thread to finish.
1312
+ ///
1313
+ /// In terms of [atomic memory orderings], the completion of the associated
1314
+ /// thread synchronizes with this function returning. In other words, all
1315
+ /// operations performed by that thread are ordered before all
1314
1316
/// operations that happen after `join` returns.
1315
1317
///
1316
1318
/// If the child thread panics, [`Err`] is returned with the parameter given
You can’t perform that action at this time.
0 commit comments