{"library":"queue-batch","type":"library","category":null,"description":"A minimalistic queue processor that emits events. Version 1.0.3 provides a simple batch-processing queue with configurable concurrency and an event-driven API (empty, error events). Key differentiators: lightweight, no dependencies, straightforward callback-based processing. Suitable for rate-limited or sequential task execution. Compare to async.queue or bull for simpler use cases. Low release cadence; last update unknown.","language":"javascript","status":"active","version":"1.0.3","tags":["javascript"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install queue-batch","imports":["const Processor = require('queue-batch');","const p = new Processor(callback);","p.push('a', 'b');","p.concat([1,2,3]);"]},{"cmd":"yarn add queue-batch","imports":[]},{"cmd":"pnpm add queue-batch","imports":[]}],"homepage":"https://github.com/DivineGod/queue-batch#readme","github":"https://github.com/DivineGod/queue-batch","docs":null,"changelog":null,"pypi":null,"npm":"queue-batch","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}