is it possible to avoid parallel execution of a me...
# announcements
f
is it possible to avoid parallel execution of a method with
synchronized
? I have a method in a singleton that should not be executed at the same time on multiple threads. How can I avoid this?