Home
last modified time | relevance | path

Searched defs:Canceller (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/util/concurrent/
DCompletableFuture.java2721 static final class Canceller implements BiConsumer<Object, Throwable> { class in CompletableFuture
2723 Canceller(Future<?> f) { this.f = f; } in Canceller() method in CompletableFuture.Canceller