Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
isDoneTest
Method · 0.95
get
Method · 0.95
Calls
2
isCancelled
Method · 0.95
get
Method · 0.65
Tested by
1
isDoneTest
Method · 0.76