From Jason Turner

[thread.summary]

Diff to HTML by rtfpessoa

tmp/tmpm1a5u17a/{from.md → to.md} RENAMED
@@ -7,8 +7,9 @@
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>` |
 
14
 
 
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>` |
14
+ | [[saferecl]] | Safe reclamation | `<rcu>`, `<hazard_pointer>` |
15