{"library":"callq","type":"library","category":null,"description":"callq is a lightweight, zero-dependency async call queue library for Node.js that provides a state machine-like execution of ordered asynchronous operations with support for branch, jump, sub-procedures, loops, forks, and timeouts. Current version 1.0.7 (maintained as of 2023). It differentiates itself by offering a flexible queue structure with sync/async operators, label-based routing, and procedural control flows (if, loop, fork, join) while remaining simple and small. The library uses an error-data-queue callback convention and supports both synchronous returns and asynchronous callbacks via que.next() or que.wait().","language":"javascript","status":"active","version":"1.0.7","tags":["javascript","call","queue","async"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install callq","imports":["const cq = require('callq');","const CallQueue = require('callq').CallQueue;","// No TypeScript types provided by the package."]},{"cmd":"yarn add callq","imports":[]},{"cmd":"pnpm add callq","imports":[]}],"homepage":"https://github.com/adf0001/callq#readme","github":"https://github.com/adf0001/callq","docs":null,"changelog":null,"pypi":null,"npm":"callq","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}