tmp/tmp9rx_moj9/{from.md → to.md}
RENAMED
|
@@ -0,0 +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>` |
|
| 13 |
+
|