Settle an async function.
Settle promises concurrently and get their fulfillment value or rejection reason with optional limited concurrency
SettleKit CLI
Like `Promise.all`, but when all `Promise`s are settled.
settle([...]) returns a Promise that is fulfilled when all items in the array are either fulfilled or rejected
Determine if a function is a native async function.
Higher-order functions and common patterns for asynchronous code
Turn async functions into ES2015 generators
Allow parsing of async generator functions
Delay a promise a minimum amount of time
Helper function to remap async functions to generators
A function that returns the normally hidden `AsyncFunction` constructor
x402 Payment Protocol
Turn async generator functions into ES2015 generators
Neo-Async is a drop-in replacement for Async, it almost fully covers its functionality and runs faster
Make a promise always fulfill with its actual fulfillment value or rejection reason
Utility method to run function either synchronously or asynchronously using the common `this.async()` style.
A tiny (183B to 210B) and fast utility to ascend parent directories
Wait for all promises to settle, returning their values or throwing an `AggregateError` with all rejections.
Semaphore using `async` and `await`
A function that returns the normally hidden `AsyncGeneratorFunction` constructor
`net.Server#listen()` helper that returns a Promise for async / await
No-bullshit, ultra-simple, 35-lines-of-code async parallel forEach / map function for JavaScript.
Allows libraries to handle various caller provided asynchronous functions uniformly. Maps promises, observables, child processes and streams, and callbacks to callback style.