Hi, I'm working on when_all/when_any functions, but there are a lot of restrictions. See [1]. I don't think it would be completely ready for Boost.1.56.Hi,
If I have two futures f1 and f2, can I compose them to a future that completes with the result of f1 and f2 when both f1 and f2 have finished? I'd like to have a future so that I can use the then() method to run another transformation.
I see method wait_for_all() but this method blocks.