MCPcopy Create free account
hub / github.com/traneio/future / get

Method get

future-java/src/main/java/io/trane/future/NoFuture.java:87–91  ·  view source on GitHub ↗
(final Duration timeout)

Source from the content-addressed store, hash-verified

85 }
86
87 @Override
88 public T get(final Duration timeout) throws CheckedFutureException {
89 join(timeout);
90 throw new TimeoutException();
91 }
92
93 @Override
94 public void join(final Duration timeout) throws CheckedFutureException {

Callers

nothing calls this directly

Calls 1

joinMethod · 0.95

Tested by

no test coverage detected