simendsjo Sun, 23 Oct 2011 05:35:14 -0700
void f() shared { // no synchronization }
void f() { synchronized { // do stuff } }