Showing 1-20 of 106 packages
ES Proposal spec-compliant shim for Promise.allSettled
Simple polyfill for Promise.allSettled - no dependencies - Uses default implementation if available.
Copy of kriskowal/q for ovh control panels
A cross platform Promise.allSettled polyfill
Run a list of functions in series, concurrently, or allSettled.
adds Q's allSettled method to Angular's $q
ES Proposal spec-compliant shim for Promise.allSettled
turn Bluebird.allSettled to Promise.allSettled
Reatom for allSettled
TypeScript definitions for promise.allsettled
A simple promise library. Simulates 3 functions of famous q library with native promise - defer, fcall and allSettled.
`Promise.all` and `Promise.allSettled` with concurrency option and async iterable result
Run Promises that depend on each other sequentially
Copy of kriskowal/q for ovh control panels
Cancelable promise with progress capturing, pause, timeouts, signals, data flows and decorators support
A helper function that recevies an object with a promise in each property and returns a promise that resolves to an object with the same properties and the resolved values of the promises
A Node.js library for testing HTTP servers.
Compose promises with logic gate semantics (AND, OR, XOR, NAND, NOR, XNOR, Majority). Forget APIs, remember logic.
Simple settled promise
Works like Promise.allSettled except it will reject with an AggregateError if some of the promises rejected, otherwise resolves with the fulfilled values.