public interface TaskHandler
| Modifier and Type | Method and Description |
|---|---|
<T> List<T> |
concurrent(List<Callable<T>> callables) |
<T> Map<String,T> |
concurrent(Map<String,Callable<T>> callables) |
void |
execute(Runnable task) |
Copyright © 2020. All rights reserved.