Searched refs:thenRunAsync (Results 1 – 4 of 4) sorted by relevance
276 public CompletionStage<Void> thenRunAsync(Runnable action); in thenRunAsync() method290 public CompletionStage<Void> thenRunAsync(Runnable action, in thenRunAsync() method
2041 public CompletableFuture<Void> thenRunAsync(Runnable action) { in thenRunAsync() method in CompletableFuture2045 public CompletableFuture<Void> thenRunAsync(Runnable action, in thenRunAsync() method in CompletableFuture
84 public java.util.concurrent.CompletableFuture<java.lang.Void> thenRunAsync(java.lang.Runnable actio… in thenRunAsync() method in CompletableFuture86 public java.util.concurrent.CompletableFuture<java.lang.Void> thenRunAsync(java.lang.Runnable actio… in thenRunAsync() method in CompletableFuture
659 return f.thenRunAsync(a);732 return f.thenRunAsync(a, new ThreadExecutor());3229 () -> f.thenRunAsync(null), in testNPE()3230 () -> f.thenRunAsync(() -> {} , null), in testNPE()3231 () -> f.thenRunAsync(null, exec), in testNPE()