awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
sindresorhus avatar

sindresorhus/delay

0
View on GitHub↗
626 stars·38 forks·JavaScript·MIT·8 views

Delay

Delay a promise a specified amount of time

Features

  • Control Flow Utilities - Utility to delay promise execution.
  • Flow Control - Delays Promise execution.
  • Promise Utilities - Utility to delay promise resolution by a specified duration.
  • Timing and Delays - Delay a promise for a specified duration.
  • Works with AVA - Listed in the “Works with AVA” section of the Awesome Ava awesome list.

Star history

Star history chart for sindresorhus/delayStar history chart for sindresorhus/delay

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.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Frequently asked questions

What does sindresorhus/delay do?

Delay a promise a specified amount of time

What are the main features of sindresorhus/delay?

The main features of sindresorhus/delay are: Control Flow Utilities, Flow Control, Promise Utilities, Timing and Delays, Works with AVA.

What are some open-source alternatives to sindresorhus/delay?

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.

Open-source alternatives to Delay

Similar open-source projects, ranked by how many features they share with Delay.
  • sindresorhus/pifysindresorhus avatar

    sindresorhus/pify

    1,507View on GitHub↗

    Promisify a callback-style function

    JavaScriptpromise-utilitiespromisespromisify
    View on GitHub↗1,507
  • sindresorhus/p-mapsindresorhus avatar

    sindresorhus/p-map

    1,499View on GitHub↗

    Map over promises concurrently

    JavaScriptasyncasync-awaitasync-functions
    View on GitHub↗1,499
  • lpinca/valveletlpinca avatar

    lpinca/valvelet

    38View on GitHub↗

    Limit the execution rate of a function

    JavaScriptpromiserate-limitingthrottle
    View on GitHub↗38
  • caolan/asynccaolan avatar

    caolan/async

    28,150View on GitHub↗

    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

    JavaScript
    View on GitHub↗28,150
See all 30 alternatives to Delay→