Fixing core.atomic

Guillaume Piolat first.last at gmail.com
Mon May 31 16:33:05 UTC 2021


On Monday, 31 May 2021 at 08:52:33 UTC, IGotD- wrote:
>
> However, the assignment operator writing s = 1 is nice instead 
> of s.store(1).

I don't think so, it's a bit implicit meaning to be atomic, so it 
falls under "nice short syntax for something pretty much 
important": a terrible idea.


More information about the Digitalmars-d mailing list