Feature description
Introduce DataStream.all() method similar to v4:
Processes a number of functions in parallel, returns a stream of arrays of results.
This method is to allow running multiple asynchronous operations and receive all the results at one, just like Promise.all behaves.
If you are interested in this issue or this type of transforms fits your use case, please upvote with 👍.
Feature description
Introduce
DataStream.all() methodsimilar to v4:If you are interested in this issue or this type of transforms fits your use case, please upvote with 👍.