java.util.concurrent.Semaphores are mainly used to limit the number of simultaneous threads that can access a resources, but you can also use them to implement deadlock recovery systems since a semaphore with one permit is basically a lock that can unlock from other threads. Source: <a
source not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected