p-iteration
p-iteration copied to clipboard
Utilities that make array iteration easy when using async/await or Promises
Thanks for the package! I love the simplicity of the useage! We've been using `p-map` as well in some projects but due to the "structure" of it it is sometimes...
It is common in libraries like this, to have a `chain` method, to allow you to use the methods in a chain without aux variables or putting one call inside...
Hi! Would be a super awesome feature if the library would also support types other than plain Arrays that implement Symbol.iterator. If the library would use for ... of internally...
Would be nice to see a forEach that allowed for parallel execution.. * `mapParallel(array, options, callback, [thisArg])` * `forEachParallel(array, options, callback, [thisArg])` **options** * concurrency: number, min: 1, max: ????...
Hey @toniov , first off, thank you so much for working on this project. It has helped to create great APIs in webdriver.io. I've seen that this package hasn't seen...