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/p-event

0
View on GitHub↗
450 stars·29 forks·JavaScript·MIT·3 views

P Event

Promisify an event by waiting for it to be emitted

Features

  • Promise Utilities - Promisify an event by waiting for it to be emitted.
  • Works with AVA - Listed in the “Works with AVA” section of the Awesome Ava awesome list.

Star history

Star history chart for sindresorhus/p-eventStar history chart for sindresorhus/p-event

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

Open-source alternatives to P Event

Similar open-source projects, ranked by how many features they share with P Event.
  • sindresorhus/p-queuesindresorhus avatar

    sindresorhus/p-queue

    4,217View on GitHub↗

    p-queue is a JavaScript promise queue and concurrent task scheduler designed to limit the number of active asynchronous operations. It serves as an asynchronous rate limiter and promise lifecycle manager to prevent resource exhaustion. The project distinguishes itself through priority-based task scheduling and token-bucket rate limiting to control execution frequency. It integrates with abort signals for task cancellation and provides mechanisms to pause, resume, and clear pending operations. The tool covers broader traffic management capabilities including operation timeouts and concurrency

    TypeScript
    View on GitHub↗4,217
  • sindresorhus/pifysindresorhus avatar

    sindresorhus/pify

    1,507View on GitHub↗

    Promisify a callback-style function

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

    sindresorhus/delay

    626View on GitHub↗

    Delay a promise a specified amount of time

    JavaScript
    View on GitHub↗626
  • busterc/promise-do-whilstbusterc avatar

    busterc/promise-do-whilst

    3View on GitHub↗

    See Also - promise-whilst - promise-until - promise-do-until

    JavaScript
    View on GitHub↗3
See all 30 alternatives to P Event→

Frequently asked questions

What does sindresorhus/p-event do?

Promisify an event by waiting for it to be emitted

What are the main features of sindresorhus/p-event?

The main features of sindresorhus/p-event are: Promise Utilities, Works with AVA.

What are some open-source alternatives to sindresorhus/p-event?

Open-source alternatives to sindresorhus/p-event include: sindresorhus/pify — Promisify a callback-style function. sindresorhus/p-queue — p-queue is a JavaScript promise queue and concurrent task scheduler designed to limit the number of active… sindresorhus/delay — Delay a promise a specified amount of time. busterc/promise-do-whilst — See Also - promise-whilst - promise-until - promise-do-until. kevinoid/promise-nodeify — promise-nodeify. hypercubed/chuhai — Test driven benchmarking.