{"library":"async-promise-queue","type":"library","category":null,"description":"Wrapper around async.queue that provides a promise-based API for queueing asynchronous tasks with concurrency control. Current stable version: 1.0.5. Release cadence: infrequent, last updated in 2019. Key differentiators: automatically waits for pending work to finish before rejecting on failure, preventing runaway tasks; also exports a reference to the async module it depends on. Suitable for Node.js environments with Promise-based workflows.","language":"javascript","status":"active","version":"1.0.5","tags":["javascript"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install async-promise-queue","imports":["import queue from 'async-promise-queue'","import { async } from 'async-promise-queue'","const queue = require('async-promise-queue')"]},{"cmd":"yarn add async-promise-queue","imports":[]},{"cmd":"pnpm add async-promise-queue","imports":[]}],"homepage":"https://github.com/stefanpenner/async-promise-queue#readme","github":"https://github.com/stefanpenner/async-promise-queue","docs":null,"changelog":null,"pypi":null,"npm":"async-promise-queue","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}