spotify / completable-futures

Utilities for working with futures in Java 8
Apache License 2.0
393 stars 51 forks source link

joinAll() support for stages #12

Closed dflemstr closed 8 years ago

dflemstr commented 8 years ago

This also removes the custom collector that we had, and instead composes built-in collectors

mbruggmann commented 8 years ago

:+1: