I need to spawn set of Futures and wait untill all of them complete either with failure or with some success.
The recent Scala 2.10 doesn't contain anything like that or I did miss something?
Use Future.sequence
to turn many independent Future
s into one that will not complete until all those constituents complete.
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