synchronized { }

Walter Bright newshound1 at digitalmars.com
Wed Jun 25 18:18:41 PDT 2008


Right now, if you use a synchronized statement with no argument, it will 
sync on a mutex unique to that statement.

Does anyone write threading code that depends on this behavior?



More information about the Digitalmars-d mailing list