Usage of core.atomic (C++11/C11 Memory Model)

Max Haughton maxhaton at gmail.com
Thu Nov 19 15:54:56 UTC 2020


On Thursday, 19 November 2020 at 08:42:32 UTC, rm wrote:
> Hi,
>
> I'm looking for algorithms and usage of core.atomic in real 
> world programs. Any programming language should be fine as long 
> as they make use of the C++11/C11 Memory Model[0].
>
> Thanks in advance!
>
> [0] A non exhaustive list of PL: C, C++, D, Rust.
> [1] https://dlang.org/phobos/core_atomic.html
> [2] https://llvm.org/docs/Atomics.html
> [3] http://en.cppreference.com/w/cpp/atomic/memory_order

Watch herb sutter's talks on atomics ("Atomic weapons" is the 3 
hour version that goes into more depth)


More information about the Digitalmars-d mailing list