Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/java/util/concurrent/
DCompletionStage.java233 public CompletionStage<Void> thenRun(Runnable action); in thenRun() method
DCompletableFuture.java2006 public CompletableFuture<Void> thenRun(Runnable action) { in thenRun() method in CompletableFuture