p-each-series
Iterate over promises serially
Found 12 results for serially
Iterate over promises serially
Map over promises serially
Run commands in order
Run promise-returning & async functions repeatedly until you end it
An Angular guard that executes functional guards in a serial manner, waiting for each one to complete before proceeding to the next.
Iterate over promises, promise-returning or async/await functions in series or parallel. Support settle (fail-fast), concurrency (limiting) and hooks system (start, beforeEach, afterEach, finish)
Map or loop through promises, promise-returning or async functions, serially or in parallel, based on Promise.all! Has a hooks system: start, beforeEach, afterEach, finish.
Run promise-returning & async functions repeatedly until you end it
Promise.all, but in series
Map over promises serially
Serializes circular references and other unserializable types like Dates, .prototype and functions to JSON.
Returns the first Promise in an iterable to resolve