Does shared prevent compiler reordering?
    Kagamin via Digitalmars-d-learn 
    digitalmars-d-learn at puremagic.com
       
    Sat Jul 18 09:12:35 PDT 2015
    
    
  
No, it doesn't affect code generation, it's mostly for type 
checker to help write concurrent code, not to do it instead of 
you.
    
    
More information about the Digitalmars-d-learn
mailing list