33
Thread support library
[thread]
33.1
General
[thread.general]
1
#
The following subclauses describe components to create and manage threads (
[intro.multithread]
), perform mutual exclusion, and communicate conditions and values between threads, as summarized in Table
135
.
Table
135
— Thread support library summary
Subclause
Header(s)
[thread.req]
Requirements
[thread.threads]
Threads
<thread>
[thread.mutex]
Mutual exclusion
<mutex>
<shared_mutex>
[thread.condition]
Condition variables
<condition_variable>
[futures]
Futures
<future>