Promisify an event by waiting for it to be emitted
الميزات الرئيسية لـ sindresorhus/p-event هي: Promise Utilities, Works with AVA.
تشمل البدائل مفتوحة المصدر لـ sindresorhus/p-event: 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.
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
Promisify a callback-style function
See Also - promise-whilst - promise-until - promise-do-until