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

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
sindresorhus avatar

sindresorhus/delay

0
View on GitHub↗
626 estrellas·38 forks·JavaScript·MIT·3 vistas

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.

Historial de estrellas

Gráfico del historial de estrellas de sindresorhus/delayGráfico del historial de estrellas de sindresorhus/delay

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a Delay

Proyectos open-source similares, clasificados según cuántas características comparten con Delay.
  • sindresorhus/pifyAvatar de sindresorhus

    sindresorhus/pify

    1,507Ver en GitHub↗

    Promisify a callback-style function

    JavaScriptpromise-utilitiespromisespromisify
    Ver en GitHub↗1,507
  • sindresorhus/p-mapAvatar de sindresorhus

    sindresorhus/p-map

    1,499Ver en GitHub↗

    Map over promises concurrently

    JavaScriptasyncasync-awaitasync-functions
    Ver en GitHub↗1,499
  • lpinca/valveletAvatar de lpinca

    lpinca/valvelet

    38Ver en GitHub↗

    Limit the execution rate of a function

    JavaScriptpromiserate-limitingthrottle
    Ver en GitHub↗38
  • caolan/asyncAvatar de caolan

    caolan/async

    28,150Ver en 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
    Ver en GitHub↗28,150
Ver las 30 alternativas a Delay→

Preguntas frecuentes

¿Qué hace sindresorhus/delay?

Delay a promise a specified amount of time

¿Cuáles son las características principales de sindresorhus/delay?

Las características principales de sindresorhus/delay son: Control Flow Utilities, Flow Control, Promise Utilities, Timing and Delays, Works with AVA.

¿Qué alternativas de código abierto existen para sindresorhus/delay?

Las alternativas de código abierto para sindresorhus/delay incluyen: 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.