File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 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> {
13081308 & self . 0 . thread
13091309 }
13101310
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
13141316 /// operations that happen after `join` returns.
13151317 ///
13161318 /// If the child thread panics, [`Err`] is returned with the parameter given
You can’t perform that action at this time.
0 commit comments