Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
isDone
Method · 0.95
Calls
1
get
Method · 0.65
Tested by
no test coverage detected