MCPcopy 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

getShapeAsArrayMethod · 0.80
parsePathMethod · 0.80
drawPixelsMethod · 0.80
getFloatPolygonMethod · 0.80
fromAreaMethod · 0.80
calculateCenterMethod · 0.80
writeMethod · 0.80
integrateAreaMethod · 0.80
drawShapeMethod · 0.80
calculateCenterMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected