From Jason Turner

[atomics.wait]

Diff to HTML by rtfpessoa

tmp/tmp0ownhta8/{from.md → to.md} RENAMED
@@ -1,6 +1,6 @@
1
- ## Waiting and notifying <a id="atomics.wait">[[atomics.wait]]</a>
2
 
3
  *Atomic waiting operations* and *atomic notifying operations* provide a
4
  mechanism to wait for the value of an atomic object to change more
5
  efficiently than can be achieved with polling. An atomic waiting
6
  operation may block until it is unblocked by an atomic notifying
 
1
+ ### Waiting and notifying <a id="atomics.wait">[[atomics.wait]]</a>
2
 
3
  *Atomic waiting operations* and *atomic notifying operations* provide a
4
  mechanism to wait for the value of an atomic object to change more
5
  efficiently than can be achieved with polling. An atomic waiting
6
  operation may block until it is unblocked by an atomic notifying