Executor.RunnableWithError| Constructor and Description |
|---|
ExecutorImpl(ExecutorService executorService)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
<T> Promise<T> |
async(Callable<T> task)
Async method
|
Promise<Unit> |
async(Executor.RunnableWithError task)
Async method
|
public ExecutorImpl(ExecutorService executorService)
executorService - The executor service used for asynchronous operationCopyright © 2020. All rights reserved.