p-iteration icon indicating copy to clipboard operation
p-iteration copied to clipboard

Utilities that make array iteration easy when using async/await or Promises

Results 5 p-iteration issues
Sort by recently updated
recently updated
newest added

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...

enhancement
question

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...

enhancement
question

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...

enhancement

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: ????...

enhancement

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...