uwemeding.com
JAVA: Reentrant mutexes
by Uwe B. MedingMutex objects and/or semaphores are use to manage resource access contention. In Java, the standard is to use the synchronized guards around critical pieces of code, to make sure th…