ready-queue

JSON →
library 1.0.0 ·javascript
verified Jun 7, 2026

A lightweight Node.js library (v1.0.0) that ensures an initialization function runs only once for a given set of arguments, while queuing and resolving multiple listeners that register before the function completes. Provides built-in retry support on failure. Ideal for deduplicating async operations like data fetching or resource initialization.