From Jason Turner

[thread.summary]

Diff to HTML by rtfpessoa

tmp/tmp3vispq4i/{from.md → to.md} RENAMED
@@ -1,12 +1,13 @@
1
- **Table: Thread support library summary** <a id="thread.summary">[thread.summary]</a>
2
 
3
  | Subclause | | Header |
4
  | -------------------- | ------------------- | --------------------------- |
5
  | [[thread.req]] | Requirements | |
6
  | [[thread.stoptoken]] | Stop tokens | `<stop_token>` |
7
  | [[thread.threads]] | Threads | `<thread>` |
 
8
  | [[thread.mutex]] | Mutual exclusion | `<mutex>`, `<shared_mutex>` |
9
  | [[thread.condition]] | Condition variables | `<condition_variable>` |
10
  | [[thread.sema]] | Semaphores | `<semaphore>` |
11
  | [[thread.coord]] | Coordination types | `<latch>` `<barrier>` |
12
  | [[futures]] | Futures | `<future>` |
 
1
+ **Table: Concurrency support library summary** <a id="thread.summary">[thread.summary]</a>
2
 
3
  | Subclause | | Header |
4
  | -------------------- | ------------------- | --------------------------- |
5
  | [[thread.req]] | Requirements | |
6
  | [[thread.stoptoken]] | Stop tokens | `<stop_token>` |
7
  | [[thread.threads]] | Threads | `<thread>` |
8
+ | [[atomics]] | Atomic operations | `<atomic>`, `<stdatomic.h>` |
9
  | [[thread.mutex]] | Mutual exclusion | `<mutex>`, `<shared_mutex>` |
10
  | [[thread.condition]] | Condition variables | `<condition_variable>` |
11
  | [[thread.sema]] | Semaphores | `<semaphore>` |
12
  | [[thread.coord]] | Coordination types | `<latch>` `<barrier>` |
13
  | [[futures]] | Futures | `<future>` |