Searched refs:runAsync (Results 1 – 3 of 3) sorted by relevance
50 public static java.util.concurrent.CompletableFuture<java.lang.Void> runAsync(java.lang.Runnable ru… in runAsync() method in CompletableFuture52 public static java.util.concurrent.CompletableFuture<java.lang.Void> runAsync(java.lang.Runnable ru… in runAsync() method in CompletableFuture
577 public CompletableFuture<Void> runAsync(Runnable a) {651 public CompletableFuture<Void> runAsync(Runnable a) {652 return CompletableFuture.runAsync(a);724 public CompletableFuture<Void> runAsync(Runnable a) {725 return CompletableFuture.runAsync(a, new ThreadExecutor());794 public abstract CompletableFuture<Void> runAsync(Runnable a);1212 final CompletableFuture<Void> f = m.runAsync(r); in testRunAsync_normalCompletion()1229 final CompletableFuture<Void> f = m.runAsync(r); in testRunAsync_exceptionalCompletion()3212 () -> CompletableFuture.runAsync(null), in testNPE()3213 () -> CompletableFuture.runAsync(null, exec), in testNPE()[all …]
1870 public static CompletableFuture<Void> runAsync(Runnable runnable) { in runAsync() method in CompletableFuture1884 public static CompletableFuture<Void> runAsync(Runnable runnable, in runAsync() method in CompletableFuture