118 packages found
No-bullshit, ultra-simple, 35-lines-of-code async parallel forEach / map function for JavaScript.
An optionally-asynchronous forEach with an interesting interface.
Asynchronous iterator function for parallel processing.
A lean Promises and Async lib for ES6/ES7
Iterate over promises serially
- promise
- foreach
- for-each
- for
- each
- collection
- iterable
- iterator
- fulfilled
- async
- await
- promises
- serial
- serially
- View more
Array foreach with capabilities to handle an async callback
a tiny (19 lines of code) serial async each/map module
Iterate a list and asynchronously wait for each callback to finish before processing next
A simple and powerful async abstraction lib for easily writing Node.js code.
This is a simple implementation of foreach based on promises.
Easy sync loop processing for Node.js
- serial
- loop
- forEach
- for
- while
- sync
- easy loop
- easy for
- easy while
- sync loop
- iteration
- step by step
- concurrency
- async
- View more
Invoke a function once for each element in a collection, iterating from right to left.
- stdlib
- stdutils
- stdutil
- utilities
- utility
- utils
- util
- for
- each
- right
- foreach
- foreachright
- array.foreach
- array.foreachright
- View more
Invoke a function once for each element in a collection.
- stdlib
- stdutils
- stdutil
- utilities
- utility
- utils
- util
- for
- each
- foreach
- array.foreach
- async
- asynchronous
- iterate
- View more
A very small, flexible, parallel async iteration helper that has first-class support for Iterators and concurrency.
Run callback on every array element and return array of callback results with promise
A very small, flexible, parallel async mapping helper that has first-class support for Iterators and concurrency.
a tiny (23 lines of code) parallel async each/map module
asyncForEach function with promise support
Set of methods allowing simplify work with promises in cycle such as: forEach, map, find, filter, reduce, while, transform. Besides there are methods for comfortable work with promises or asynchronous operations - all, retry, timeout.
- promise
- promises
- performance
- async
- await
- deferred
- deferreds
- future
- flow control
- fluent interface
- promise methods
- foreach
- reduce
- filter
- View more
Common stuff we do with foreach loops