synchronized keyword

Carlos Smith carlos-smith at sympatico.ca
Wed Mar 21 22:07:24 PDT 2007


: 
: Can i eliminate synchronized as a storage class ?
: 

Well, the token is processed by parse.c, and ther is a
function isSynchronized( ) which is used in declaration.c.

So, it looks like synchronize can be used both as
a storage class and as a keyword for the synchronize
statement.




More information about the Digitalmars-d mailing list