| 程序包 | 说明 |
|---|---|
| org.skfiy.util.v8 |
| 限定符和类型 | 方法和说明 |
|---|---|
static <U> CompletableFuture<U> |
CompletableFuture.supplyAsync(CompletableFuture.Generator<U> supplier)
Asynchronously executes in the
ForkJoinPool.commonPool(), a task that completes the returned
CompletableFuture with the result of the given Supplier. |
static <U> CompletableFuture<U> |
CompletableFuture.supplyAsync(CompletableFuture.Generator<U> supplier,
Executor executor)
Asynchronously executes using the given executor, a task that completes
the returned CompletableFuture with the result of the given Supplier.
|
Copyright © 2013 The Skfiy Open Association. All Rights Reserved.