split paragraph
This commit is contained in:
@@ -1308,9 +1308,11 @@ impl<T> JoinHandle<T> {
|
|||||||
&self.0.thread
|
&self.0.thread
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Waits for the associated thread to finish. In terms of [atomic memory orderings],
|
/// Waits for the associated thread to finish.
|
||||||
/// the completion of the associated thread synchronizes with this function returning.
|
///
|
||||||
/// In other words, all operations performed by that thread are ordered before all
|
/// In terms of [atomic memory orderings], the completion of the associated
|
||||||
|
/// thread synchronizes with this function returning. In other words, all
|
||||||
|
/// operations performed by that thread are ordered before all
|
||||||
/// operations that happen after `join` returns.
|
/// operations that happen after `join` returns.
|
||||||
///
|
///
|
||||||
/// If the child thread panics, [`Err`] is returned with the parameter given
|
/// If the child thread panics, [`Err`] is returned with the parameter given
|
||||||
|
|||||||
Reference in New Issue
Block a user