-
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) { |
This issue was generated by todo based on a TODO comment in 65ecd0f when #77 was merged. cc @msmobility.
Reactions are currently unavailable