Created
July 17, 2020 06:19
-
-
Save PatrickGopher/8020d966053112c687691ca24dc69785 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public static <U> CompletableFuture<U> supplyAsync(Supplier<U> supplier) | |
public static <U> CompletableFuture<U> supplyAsync(Supplier<U> supplier,Executor executor) | |
public static CompletableFuture<Void> runAsync(Runnable runnable) | |
public static CompletableFuture<Void> runAsync(Runnable runnable,Executor executor) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment