wait-queue
JSON →A JavaScript asynchronous queue that implements a producer-consumer pattern using ES6 classes and Promises. Version 1.1.4 (stable) provides methods like push, shift, pop, and unshift where shift and pop return Promises that resolve when items become available. Built on a LinkedList for efficient O(1) operations, it avoids the performance pitfalls of using Array.shift() on large arrays. Main differentiator: it's a lightweight, ready-to-use async queue without external dependencies, supporting both ESM imports and CommonJS requires.
Traffic · last 30 days stale · no recent hits
total hits 12
actors 2 distinct systems
last hit 16d ago AhrefsBot
top countries 🇺🇸 United States · 🇸🇬 Singapore · BD · 🇮🇩 Indonesia · 🇨🇦 Canada
Resources
packagewait-queue ↗