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

Method voided

future-java/src/main/java/io/trane/future/NoFuture.java:102–106  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

100 }
101
102 @SuppressWarnings("unchecked")
103 @Override
104 public Future<Void> voided() {
105 return (Future<Void>) this;
106 }
107
108 @Override
109 public Future<T> delayed(final Duration delay, final ScheduledExecutorService scheduler) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected