32
Thread support library
[thread]
32.1
General
[thread.general]
Table 146: Thread support library summary
[tab:thread.summary]
🔗
Subclause
Header
🔗
[thread.
req]
Requirements
🔗
[thread.
stoptoken]
Stop tokens
<
stop_token
>
🔗
[thread.
threads]
Threads
<
thread
>
🔗
[thread.
mutex]
Mutual exclusion
<
mutex
>
,
<
shared_mutex
>
🔗
[thread.
condition]
Condition variables
<
condition_variable
>
🔗
[thread.
sema]
Semaphores
<
semaphore
>
🔗
[thread.
coord]
Coordination types
<
latch
>
<
barrier
>
🔗
[futures]
Futures
<
future
>