"Memory Orderings" -> "Memory Ordering"
Co-authored-by: yvt <i@yvt.jp>
This commit is contained in:
parent
bf27f12d94
commit
3acb1d2b9b
1 changed files with 1 additions and 1 deletions
|
@ -879,7 +879,7 @@ pub fn sleep(dur: Duration) {
|
|||
///
|
||||
/// * It can be implemented very efficiently on many platforms.
|
||||
///
|
||||
/// # Memory Orderings
|
||||
/// # Memory Ordering
|
||||
///
|
||||
/// Calls to `park` _synchronize-with_ calls to `unpark`, meaning that memory
|
||||
/// operations performed before a call to `unpark` are made visible to the thread that
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue