{"library":"async-queue","type":"library","category":null,"description":"Simple FIFO queue for executing async functions sequentially. Version 0.1.0 is the latest stable release, last updated in 2013. It provides a concise API for queuing asynchronous jobs that run one after another, each with success/failure callbacks. Unlike modern alternatives like p-queue or bottleneck, this package is extremely minimal, lacks promise support, and has no concurrency control. It is primarily intended for Node.js environments with callbacks.","language":"javascript","status":"deprecated","version":"0.1.0","tags":["javascript","queue","async","flow"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install async-queue","imports":["const AsyncQueue = require('async-queue');"]},{"cmd":"yarn add async-queue","imports":[]},{"cmd":"pnpm add async-queue","imports":[]}],"homepage":"https://github.com/martinj/node-async-queue","github":"git://github.com/martinj/node-async-queue","docs":null,"changelog":null,"pypi":null,"npm":"async-queue","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}