{"library":"block-queue","type":"library","category":null,"description":"A minimal Node.js in-process blocking FIFO queue implementation. Version 0.0.2 is the latest stable release. Provides a simple concurrency-limited task queue with a reducer pattern. Unlike async.queue, this library blocks on push when the internal buffer is full, enforcing backpressure. Suitable for simple in-process task orchestration where flow control is needed.","language":"javascript","status":"active","version":"0.0.2","tags":["javascript","queue","blocking","in-process","FIFO"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install block-queue","imports":["const queue = require('block-queue');","const q = queue(1, reducer);","q.push('task');"]},{"cmd":"yarn add block-queue","imports":[]},{"cmd":"pnpm add block-queue","imports":[]}],"homepage":"https://github.com/hit9/node-block-queue","github":"git://github.com/hit9/node-block-queue","docs":null,"changelog":null,"pypi":null,"npm":"block-queue","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}