Home
last modified time | relevance | path

Searched refs:thenRun (Results 1 – 3 of 3) 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
/libcore/jsr166-tests/src/test/java/jsr166/
DCompletableFutureTest.java324 final CompletableFuture<Void> g = m.thenRun(f, new Noop(m));
327 final CompletableFuture<Void> h = m.thenRun(f, new Noop(m));
583 public <T> CompletableFuture<Void> thenRun
585 return f.thenRun(a);
657 public <T> CompletableFuture<Void> thenRun
730 public <T> CompletableFuture<Void> thenRun
796 public abstract <T> CompletableFuture<Void> thenRun
1281 final CompletableFuture<Void> h0 = m.thenRun(f, rs[0]); in testThenRun_normalCompletion()
1288 final CompletableFuture<Void> h3 = m.thenRun(f, rs[3]); in testThenRun_normalCompletion()
1314 final CompletableFuture<Void> h0 = m.thenRun(f, rs[0]); in testThenRun_exceptionalCompletion()
[all …]