mbr-queue
JSON →Simple asynchronous queue manager for managing sequential operations, originally designed for network packet management. Version 2.2.0 is the latest stable release. The library provides a NetQueue class where operations are represented as Element instances; external processes communicate with the queue via trigger/next patterns. It supports custom event listeners per element, internal params storage, debug callbacks, and an onEnd handler. Compared to other queue libraries, it focuses on event-driven operation chaining with explicit control flow through next().
Resources
packagembr-queue ↗