MCPcopy Create free account
hub / github.com/ReadyTalk/avian / handleDone

Method handleDone

classpath/java/util/concurrent/FutureTask.java:81–87  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

79 }
80
81 private void handleDone() {
82 done();
83
84 synchronized (notifyLock) {
85 notifyLock.notifyAll();
86 }
87 }
88
89 protected void done() {
90 // default implementation does nothing, designed to be overridden

Callers 2

runMethod · 0.95
cancelMethod · 0.95

Calls 2

doneMethod · 0.95
notifyAllMethod · 0.45

Tested by

no test coverage detected