New to D - playing with Thread and false Sharing

Rikki Cattermole via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Thu Aug 20 19:44:36 PDT 2015


On 8/21/2015 3:37 AM, Dejan Lekic wrote:
> Keep in mind that in D everything is thread-local by default! :)
> For shared resources use __gshared or shared (although I do not know for
> sure whether shared works or not).

Note: shared is __gshared but with mutex's added.


More information about the Digitalmars-d-learn mailing list