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