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

Method ensure

future-java/src/main/java/io/trane/future/NoFuture.java:57–60  ·  view source on GitHub ↗
(final Runnable r)

Source from the content-addressed store, hash-verified

55 }
56
57 @Override
58 public Future<T> ensure(final Runnable r) {
59 return this;
60 }
61
62 @Override
63 public Future<T> onSuccess(final Consumer<? super T> c) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected