Returns a new CompletableFuture that is asynchronously completed by a task running in the ForkJoinPool.commonPool() after it runs the given action.
ForkJoinPool.commonPool()
Parameters:
runnable
Returns: the new CompletableFuture
Diagram: Future