{"library":"mbr-queue","type":"library","category":null,"description":"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().","language":"javascript","status":"active","version":"2.2.0","tags":["javascript","queue"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install mbr-queue","imports":["const { NetQueue } = require('mbr-queue');","import { NetQueue } from 'mbr-queue';","const queue = new NetQueue();"]},{"cmd":"yarn add mbr-queue","imports":[]},{"cmd":"pnpm add mbr-queue","imports":[]}],"homepage":"https://github.com/madbrozzer/queue#readme","github":"https://github.com/madbrozzer/queue","docs":null,"changelog":null,"pypi":null,"npm":"mbr-queue","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}