bustle / streaming-iterables

A Swiss army knife for async iterables. Designed to replace your streams.
https://www.npmjs.com/package/streaming-iterables
MIT License
43 stars 4 forks source link

Can concurrency be Infinity? #21

Closed felixfbecker closed 5 years ago

felixfbecker commented 5 years ago

Didn't see this mentioned in the docs. Can Infinity be passed to transform(), flatTransform, parrallelMap etc for concurrency?

reconbot commented 5 years ago

You bet it does. I've opened #23 to update the docs to specify =)