Skip to content

Instantly share code, notes, and snippets.

@theboreddev
Created June 30, 2020 21:20
Show Gist options
  • Select an option

  • Save theboreddev/ea775736be66b1773fcda548d2105c0e to your computer and use it in GitHub Desktop.

Select an option

Save theboreddev/ea775736be66b1773fcda548d2105c0e to your computer and use it in GitHub Desktop.
firstCompletable
Runnable task = () -> System.out.println("EXECUTED!");
CompletableFuture.runAsync(task);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment