c_plus_plus_atomic

C++ Atomic operations library

https://en.cppreference.com/w/cpp/atomic

The atomic library provides components for fine-grained atomic operations allowing for lockless concurrent programming. Each atomic operation is indivisible with regards to any other atomic operation that involves the same object. Atomic objects are free of data races.

C Compatibility for atomic types

macro, nor any of the non-macro global namespace declarations are provided by any C++ standard library header other than

. }}

See also

c_plus_plus_atomic.txt · Last modified: 2024/04/28 03:32 (external edit)