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

Method within

future-java/src/main/java/io/trane/future/NoFuture.java:117–121  ·  view source on GitHub ↗
(final Duration timeout, final ScheduledExecutorService scheduler,
      final Throwable exception)

Source from the content-addressed store, hash-verified

115 }
116
117 @Override
118 public Future<T> within(final Duration timeout, final ScheduledExecutorService scheduler,
119 final Throwable exception) {
120 return this;
121 }
122}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected