mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-14 02:49:40 +00:00
split paragraph
This commit is contained in:
parent
34b65db842
commit
31b63d0ca8
@ -1308,9 +1308,11 @@ impl<T> JoinHandle<T> {
|
||||
&self.0.thread
|
||||
}
|
||||
|
||||
/// Waits for the associated thread to finish. 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
|
||||
/// Waits for the associated thread to finish.
|
||||
///
|
||||
/// 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.
|
||||
///
|
||||
/// If the child thread panics, [`Err`] is returned with the parameter given
|
||||
|
Loading…
Reference in New Issue
Block a user