{"library":"queue-cb","type":"library","category":null,"description":"A lightweight, scalable queue for managing parallel callbacks in Node.js, similar to d3-queue but without accumulating results in memory. The current stable version is 1.6.6, released with a focus on minimal overhead and support for callback-based concurrency. It ships TypeScript definitions and works with Node >=0.8. A key differentiator is its lack of result accumulation, making it suitable for fire-and-forget parallel tasks where you only need to know when all tasks complete or receive an error.","language":"javascript","status":"active","version":"1.6.6","tags":["javascript","queue","parallel","callback","concurrent","typescript"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install queue-cb","imports":["import { Queue } from 'queue-cb'","import Queue from 'queue-cb'","const Queue = require('queue-cb');"]},{"cmd":"yarn add queue-cb","imports":[]},{"cmd":"pnpm add queue-cb","imports":[]}],"homepage":"https://github.com/kmalakoff/queue-cb","github":"ssh://git@github.com/kmalakoff/queue-cb","docs":null,"changelog":null,"pypi":null,"npm":"queue-cb","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}