letta
Promisify sync, async or generator function, using [relike][]. Kind of promisify, but lower level. Full compatibility with [co][]4 and passing 100% of its tests.
Promisify sync, async or generator function, using [relike][]. Kind of promisify, but lower level. Full compatibility with [co][]4 and passing 100% of its tests.
Cancel a promise or function after given time in miliseconds
Track the list of currently rejected promises.
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.
Return rejected promises
[](https://travis-ci.org/Dobby89/promise-all-settled-by-key) [](https://www.npmjs.com/package/pro
Provides a way of knowing when a promise chain is settled. Useful for testing.
A wrapper for the default promise object in javascirpt which gives more control over the state and value of a promise as it progresses.
ES Proposal spec-compliant shim for Promise.any, ported to TypeScript
Extends promises with their state, a timeout and make them cancellable, all of that vue reactive
Retry a promise-returning or async function
Retry a promise-returning or async function
Retry a promise-returning or async function
Retry a promise-returning or async function
Better way to cancel promises using AbortSignal
Returns the first Promise in an iterable to resolve
Retry a promise-returning or async function
Retry a promise-returning or async function
promise
Works like Promise.allSettled except it will reject with an AggregateError if some of the promises rejected, otherwise resolves with the fulfilled values.