settle([...]) returns a Promise that is fulfilled when all items in the array are either fulfilled or rejected
Settle an async function.
Like `Promise.all`, but when all `Promise`s are settled.
Runs Promises in a pool that limits their concurrency.
Make a promise always fulfill with its actual fulfillment value or rejection reason
Settle promises concurrently and get their fulfillment value or rejection reason with optional limited concurrency
Delay a promise a minimum amount of time
Simple timeouts for promises
Settle promises civilly - plays nicely with other APIs
Resolve any installed ES6 compatible promise
Bare bones Promises/A+ implementation
Creates a Promise that waits for a single event
Retries a function that returns a promise, leveraging the power of the retry module.
A Promise-compatible abstraction that defers resolving/rejecting promises to another closure.
Test whether an object looks like a promises-a+ promise
A lightweight library that provides tools for organizing asynchronous code
Enforce best practices for JavaScript promises
Returns a promise from a node-style callback function.
Check if something is a promise
Let your JS API users either give you a callback or receive a promise
Timeout a promise after a specified amount of time
Core Promise support implementation for the simplified HTTP request client 'request'.
Lightweight promise polyfill. A+ compliant
x402 Payment Protocol