synchronized vs. C volatile

SK sk at metrokings.com
Sun Aug 8 22:32:13 PDT 2010


Does 'synchronized' mean the exact same thing as the C 'volatile'
qualifier when applied to basic types?
As in:
synchronized int x;


More information about the Digitalmars-d mailing list