ev-queue

JSON →
library 1.0.3 ·javascript
verified Jun 7, 2026

A lightweight, promise-based queuing library for scheduling async functions with configurable delays and priority levels. The package enables sequential execution of asynchronous tasks, supporting high-priority and low-priority queues to manage rate limits and background jobs effectively. Current stable version 1.0.3 features a simple API, TypeScript definitions, default queue sizes, and no external dependencies. It is ideal for scenarios like API rate limiting, database updates, or any sequential async processing where delay and priority control are needed.