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

Method isCancelled

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

Source from the content-addressed store, hash-verified

116 }
117
118 @Override
119 public boolean isCancelled() {
120 return currentState.get() == State.Canceled;
121 }
122
123 @Override
124 public boolean isDone() {

Callers 1

isDoneMethod · 0.95

Calls 1

getMethod · 0.65

Tested by

no test coverage detected