Home | History | Annotate | Download | only in concurrent

Lines Matching defs:asyncSupplyStage

1635     static <U> CompletableFuture<U> asyncSupplyStage(Executor e,
1840 return asyncSupplyStage(ASYNC_POOL, supplier);
1856 return asyncSupplyStage(screenExecutor(executor), supplier);