Skip to content

Instantly share code, notes, and snippets.

@PatrickGopher
Created July 17, 2020 06:19
Show Gist options
  • Save PatrickGopher/8020d966053112c687691ca24dc69785 to your computer and use it in GitHub Desktop.
Save PatrickGopher/8020d966053112c687691ca24dc69785 to your computer and use it in GitHub Desktop.
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