33
Concurrency support library
[thread]
33.9
Coordination types
[thread.coord]
33.9.1
General
[thread.coord.general]
1
#
Subclause
[thread.
coord]
describes various concepts related to thread coordination, and defines the coordination types
latch
and
barrier
.
These types facilitate concurrent computation performed by a number of threads
.