Object#wait() and Object#notify() in Java; low-level multi-threading methods of the java.lang.Object class that allow you to have one or more threads sleeping, only to be woken up by other threads at the right moment. Extremely useful for avoiding those processor-consuming "p
source not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected