Searched refs:Canceller (Results 1 – 1 of 1) sorted by relevance
2695 whenComplete(new Canceller(Delayer.delay(new Timeout(this), in orTimeout()2717 whenComplete(new Canceller(Delayer.delay( in completeOnTimeout()2878 static final class Canceller implements BiConsumer<Object, Throwable> { class in CompletableFuture2880 Canceller(Future<?> f) { this.f = f; } in Canceller() method in CompletableFuture.Canceller