D
Daniel
exception inside lock before lock body
lock(foo()){bar();} what will happen if foo() throws an exception? will
there be a lock on the exception?
lock(foo()){bar();} what will happen if foo() throws an exception? will
there be a lock on the exception?