How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.
Delay a promise a specified amount of time
The main features of sindresorhus/delay are: Control Flow Utilities, Flow Control, Promise Utilities, Timing and Delays, Works with AVA.
Open-source alternatives to sindresorhus/delay include: sindresorhus/pify — Promisify a callback-style function. sindresorhus/p-map — Map over promises concurrently. petkaantonov/bluebird — Bluebird is a JavaScript promise library designed for managing asynchronous operations with a custom promise… lpinca/valvelet — Limit the execution rate of a function. caolan/async — Async is a JavaScript asynchronous flow library designed to manage the execution and coordination of asynchronous… nodeca/promise-memoize — Memoize promise-returning functions. Includes cache expire and prefetch.
Promisify a callback-style function
Map over promises concurrently
Limit the execution rate of a function
Async is a JavaScript asynchronous flow library designed to manage the execution and coordination of asynchronous tasks in Node.js and the browser. It provides functional utilities to wrap, process, and orchestrate complex asynchronous workflows. The library distinguishes itself through a comprehensive task orchestrator that handles dependency graphs to resolve circular references and manages concurrent task queues. It includes a unification bridge that allows callback-style and promise-based functions to operate within the same execution interface. The project covers several primary capabil