atomic lite - a C++11 atomic operations library for C++98 and later
A Work in progress. Suggested by Peter Featherstone.
[1] CppReference. Atomic.
[x] ISO/IEC WG21. C++ Atomic Types and Operations. January 2007.
[x] ISO/IEC WG21. C++ Atomic Types and Operations. September 2007.
[x] ISO/IEC WG21. P1135, The C++20 Synchronization Library. June 2018.
[x] H. Boehm. Threads and memory model for C++.