I find myself about to write a class that implements Future<T>
and stores, inside of itself, a Collection<Future<T>>
, acting as an aggregate future for all of its contents.
I wonder: has anyone already done this in some open source library? A bit of googling didn't yield.
Depends what you mean by "aggregate future." Perhaps Guava's Futures.allAsList
?
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With