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

Method proxyTo

future-java/src/main/java/io/trane/future/NoFuture.java:113–115  ·  view source on GitHub ↗
(final Promise<T> p)

Source from the content-addressed store, hash-verified

111 }
112
113 @Override
114 public void proxyTo(final Promise<T> p) {
115 }
116
117 @Override
118 public Future<T> within(final Duration timeout, final ScheduledExecutorService scheduler,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected