604 B
604 B
[thread.coord.general]
32 Concurrency support library [thread]
32.9 Coordination types [thread.coord]
32.9.1 General [thread.coord.general]
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.