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

Method get

future-java/src/main/java/io/trane/future/ValueFuture.java:104–107  ·  view source on GitHub ↗
(final Duration timeout)

Source from the content-addressed store, hash-verified

102 }
103
104 @Override
105 public final T get(final Duration timeout) {
106 return value;
107 }
108
109 @Override
110 public final String toString() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected