← Back to context

Comment by inlined

4 years ago

But then how do you gather promises together to run them in parallel? For sophisticated apps this is crucial.

I would assume they would create an array with a bunch of Futures that would resolve at the end of the assignment, or the std lib would offer some ability to explicitly make things run in parallel.

Or queues, graphs, or other chaining behavior I can't predict you'll need as a tool author.