Re: Does shared prevent compiler reordering?
Kagamin via Digitalmars-d-learn Sat, 18 Jul 2015 09:15:36 -0700
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.
- Does shared prevent compiler reordering? rsw0x via Digitalmars-d-learn
- Re: Does shared prevent compiler reor... Kagamin via Digitalmars-d-learn