Description
A tool to promisify nested async/await
Keywords
Publisher
Description
Track down promise states of all promise functions executing in parallel. Similar to promise.all function, but it rejects the complete promise.all() even if any one of the promise fails, where as promises-all npm will indiviudally return you the states.
Keywords
Publisher
Description
Promise.all() without the fail-fast behavior
Keywords
Publisher
Description
A drop-in replacement for Promise.all() which does not fail-fast.
Keywords
- Promise.all
- Promise.all()
- promise
- all
- promise all
- fail-fast
- fail fast
- no-fail-fast
- no fail fast
- reject
- last
- late
- reject last
- reject late
- View more
Publisher
Description
Promise.all() throttle
Keywords
Publisher
Description
Like forEachAsync, or Promise.all(), but handling a bounded number of items at any given time.
Keywords
Publisher
Description
Call all promises in an array whether they resolve or reject
Keywords
Publisher
Description
Like Promise.all, only less so
Keywords
Publisher
Description
Run multiple promises in parallel with a strategy
Keywords
- multi-promise
- parallel promise
- promise.all
- promise timeout
- promise abort
- request parallel
- request promise cancel
Publisher
Description
Lock handler for Promise.all
Keywords
Publisher
Description
Provides a mapping of the response of `Promise.all` to an object
Keywords
Publisher
Description
Process streams like Promise.all
Keywords
Publisher
Description
Work like Promise.all with objects any nesting level
Keywords
Publisher
Description
Execute all the promise tasks with rejection ignored and get the precise resolved and rejected result.
Keywords
Publisher
Description
run promises in chunks
Keywords
Publisher
Description
Provides promise-like APIs but runs synchronously. This module is useful for controlling flows.
Keywords
- promise-faker
- fake-promise
- sync
- sync-promise
- promise-sync
- promise.sync
- promise
- promise.resolve
- promise.reject
- promise.all
- fake
- async
Publisher
Description
A Promise.all but for Objects as well as Arrays
Keywords
Publisher
Description
Promise.all on steroids
Keywords
Publisher
Description
Just another library with the sole purpose of waiting till all promises to complete.; Nothing more, Nothing less.
Keywords
Publisher
Description
Call all promises in an array whether they resolve or reject