New to D - playing with Thread and false Sharing

Dejan Lekic via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Thu Aug 20 08:37:33 PDT 2015


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).


More information about the Digitalmars-d-learn mailing list