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

Method isDone

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

Source from the content-addressed store, hash-verified

121 }
122
123 @Override
124 public boolean isDone() {
125 return currentState.get() == State.Done || isCancelled();
126 }
127
128 @Override
129 public T get() throws InterruptedException, ExecutionException {

Callers 2

isDoneTestMethod · 0.95
getMethod · 0.95

Calls 2

isCancelledMethod · 0.95
getMethod · 0.65

Tested by 1

isDoneTestMethod · 0.76