{"library":"sync-queue","type":"library","category":null,"description":"A simple serial task queue for Node.js that processes functions in FIFO order. Version 0.0.2 (last released in 2015, likely abandoned). Unlike promise-based queues (e.g., p-limit) or worker pools, sync-queue uses a callback-driven API where each task must explicitly call queue.next() to proceed. No dependencies, no TypeScript types, no browser support. Ideal only for minimal Node.js scripts with legacy callback patterns.","language":"javascript","status":"abandoned","version":"0.0.2","tags":["javascript"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install sync-queue","imports":["const Queue = require('sync-queue')","const queue = new Queue()","queue.place(myFunction)"]},{"cmd":"yarn add sync-queue","imports":[]},{"cmd":"pnpm add sync-queue","imports":[]}],"homepage":"https://github.com/technicalmachine/sync-queue","github":"git@github.com:technicalmachine/sync-queue","docs":null,"changelog":null,"pypi":null,"npm":"sync-queue","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}