Concurrency support library

cppreference.com

Threads

thread

jthread

Atomic operations

atomic

atomic_flag

Mutual exclusion

mutex

Condition variables

condition_variable

Semaphores

counting_semaphore

binary_semaphore

Latches and Barriers

latch

barrier

Futures

future


Back to top

cpp2reference.com licensed under CC-BY-SA and GFDL.