{"library":"function-queue","type":"library","category":null,"description":"FunctionQueue is a utility for executing functions in FIFO order, designed for Node.js (>=0.6). Version 0.0.12 is the latest release, which appears to be a stable but minimal package with no active development. It provides a simple queue mechanism where functions are added via `push()` and must call a provided callback to proceed to the next function. It lacks modern features like concurrency control, event support, or promise integration, making it a basic choice for sequential task execution compared to alternatives like `async.queue` or `bull`.","language":"javascript","status":"maintenance","version":"0.0.12","tags":["javascript","queue","function"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install function-queue","imports":["import FunctionQueue from 'function-queue';","const FunctionQueue = require('function-queue')();","queue.push(fn);"]},{"cmd":"yarn add function-queue","imports":[]},{"cmd":"pnpm add function-queue","imports":[]}],"homepage":"git://github.com/TotenDev/Function-Queue","github":"git://github.com/TotenDev/Function-Queue","docs":null,"changelog":null,"pypi":null,"npm":"function-queue","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}