CompletableFuture.thenRunAsync

Undocumented in source. Be warned that the author may not have intended to support it.
  1. CompletableFuture!(void) thenRunAsync(Runnable action)
    class CompletableFuture(T)
    thenRunAsync
    (
    Runnable action
    )
  2. CompletableFuture!(void) thenRunAsync(Runnable action, Executor executor)

Meta