MCPcopy Create free account
hub / github.com/Beerkay/JavaMultiThreading / App

Class App

JavaMultiThreadingCodes/src/WaitAndNotify_8/App.java:22–49  ·  view source on GitHub ↗

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 from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected