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

Method join

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

Source from the content-addressed store, hash-verified

91 }
92
93 @Override
94 public void join(final Duration timeout) throws CheckedFutureException {
95 try {
96 Thread.sleep(timeout.toMillis());
97 } catch (final InterruptedException e) {
98 throw new CheckedFutureException(e);
99 }
100 }
101
102 @SuppressWarnings("unchecked")
103 @Override

Callers 1

getMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected