MCPcopy Create free account
hub / github.com/ReadyTalk/avian / get

Method get

classpath/java/util/concurrent/Future.java:20–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18 public boolean isDone();
19
20 public V get() throws InterruptedException, ExecutionException;
21
22 public V get(long timeout, TimeUnit unit) throws InterruptedException,
23 ExecutionException,

Callers 6

getEntryMethod · 0.65
runMethod · 0.65
isCancelledMethod · 0.65
isDoneMethod · 0.65
getMethod · 0.65
getMethod · 0.65

Implementers 1

FutureTaskclasspath/java/util/concurrent/FutureT

Calls

no outgoing calls

Tested by

no test coverage detected