Search results
22 packages found
Sort by: Default
- Default
- Most downloaded this week
- Most downloaded this month
- Most dependents
- Recently published
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.
run promises in chunks
A Promise.all but for Objects as well as Arrays
Like Promise.all, only less so
Provides promise-like APIs but runs synchronously. This module is useful for controlling flows.
- promise-faker
- fake-promise
- sync
- sync-promise
- promise-sync
- promise.sync
- promise
- promise.resolve
- promise.reject
- promise.all
- fake
- async
Work like Promise.all with objects any nesting level
Works like Promise.allSettled except it will reject with an AggregateError if some of the promises rejected, otherwise resolves with the fulfilled values.
- promise
- promises
- allsettled
- settle
- settled
- promise.allsettled
- promise.all
- reject
- rejected
- error
- aggregate
- aggregateerror
Resolves promises concurrently with deterministic rejection order. Somewhere between Promise.all and Promise.allSettled.
Promise.all() throttle
Compatible version of p-map
- p-map
- p-queue
- p-queue-compat
- p-map-compat
- promise.all
- promise
- queue
- enqueue
- limit
- limited
- concurrency
- throttle
- throat
- rate
- View more
<div align="center"> <h1>⚡ Promise Race Typescript </h1> </div>
filters promises from a list and returns object with successful and failed promises
A tool to promisify nested async/await
Process streams like Promise.all
Lock handler for Promise.all
Run multiple promises in parallel with a strategy
- multi-promise
- parallel promise
- promise.all
- promise timeout
- promise abort
- request parallel
- request promise cancel
Function that work with Array or Object of promises, how Promise.all
Promise.all on steroids
Execute all the promise tasks with rejection ignored and get the precise resolved and rejected result.
a function you can get all request response for http request by promise.all