MCPcopy Create free account
hub / github.com/AstroImageJ/astroimagej / cancel

Method cancel

ij/src/main/java/ij/util/ThreadUtil.java:87–87  ·  view source on GitHub ↗
(boolean mayInterruptIfRunning)

Source from the content-addressed store, hash-verified

85 Future[] futures = new Future[] {
86 new Future() {
87 public boolean cancel(boolean mayInterruptIfRunning) {return false;}
88 public Object get() {return result;}
89 public Object get(long timeout, TimeUnit unit) {return result;}
90 public boolean isCancelled() {return false;}

Callers 5

runMethod · 0.45
mouseReleasedMethod · 0.45
runMethod · 0.45
mouseReleasedMethod · 0.45
joinAllMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected