Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AstroImageJ/astroimagej
/ isDone
Method
isDone
ij/src/main/java/ij/util/ThreadUtil.java:91–91 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
89
public
Object get(long timeout, TimeUnit unit) {
return
result;}
90
public
boolean isCancelled() {
return
false;}
91
public
boolean isDone() {
return
true;}
92
}
93
};
94
return
futures;
Callers
10
getShapeAsArray
Method · 0.80
parsePath
Method · 0.80
drawPixels
Method · 0.80
getFloatPolygon
Method · 0.80
fromArea
Method · 0.80
calculateCenter
Method · 0.80
write
Method · 0.80
integrateArea
Method · 0.80
drawShape
Method · 0.80
calculateCenter
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected