MinimalStage.completeAsync

Undocumented in source. Be warned that the author may not have intended to support it.
  1. CompletableFuture!(T) completeAsync(Supplier!(T) supplier, Executor executor)
  2. CompletableFuture!(T) completeAsync(Supplier!(T) supplier)
    class MinimalStage(T)
    override
    completeAsync
    (
    Supplier!(T) supplier
    )

Meta