{"library":"a-promise-queue","type":"library","category":null,"description":"A lightweight, native ES6 promise queue library that supports concurrency, optional retry attempts for failed promises, and priority-based execution. Version 2.0.0 is the current stable release with an unknown release cadence. Unlike other promise queue libraries (e.g., p-limit or bottleneck), it offers built-in retry strategies and custom promise type support (e.g., Bluebird, Q). The library is primarily designed for Node.js and modern browsers with native Promise support.","language":"javascript","status":"active","version":"2.0.0","tags":["javascript","queue","promise","es6","parallel","series"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install a-promise-queue","imports":["import PromiseQueue from 'a-promise-queue'","const PromiseQueue = require('a-promise-queue')","const queue = new PromiseQueue({ promise: require('bluebird') })"]},{"cmd":"yarn add a-promise-queue","imports":[]},{"cmd":"pnpm add a-promise-queue","imports":[]}],"homepage":"https://github.com/e-e-e/a-promise-queue#readme","github":"https://github.com/e-e-e/a-promise-queue","docs":null,"changelog":null,"pypi":null,"npm":"a-promise-queue","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}