DIP80: phobos additions

via Digitalmars-d digitalmars-d at puremagic.com
Thu Jun 11 01:15:03 PDT 2015


On Wednesday, 10 June 2015 at 20:31:52 UTC, Steven Schveighoffer 
wrote:
> OK, thanks for the explanation. I'd do it the other way around: 
> Flag!"threadlocal", since we should be safe by default.

`RefCounted!T` is also thread-local by default, only 
`shared(RefCounted!T)` needs to use atomic operations.


More information about the Digitalmars-d mailing list