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

Method get

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

Source from the content-addressed store, hash-verified

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;}
91 public boolean isDone() {return true;}

Callers 3

getHashMethod · 0.45
joinAllMethod · 0.45
setLookAndFeelMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected