-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Labels
Description
| //TODO: Implement utils for Runnables instead of Callables | |
| for(Future<T> future: futures) { | |
| future.get(); | |
| } | |
| return futures; | |
| } catch (InterruptedException | ExecutionException e) { |