{"library":"array-async-queue","type":"library","category":null,"description":"A lightweight Node.js library (v1.0.7, last updated 2019) for iterating over arrays with controlled concurrency and an optional stop mechanism. Unlike generic async queue libraries, it focuses solely on array processing with a fixed concurrency limit. Requires Node >=5.0.0. Infrequently updated; stable for basic use cases.","language":"javascript","status":"maintenance","version":"1.0.7","tags":["javascript","chunk","array","async","big","loop","queue","concurrency","concurrent"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install array-async-queue","imports":["const arrayAsyncQueue = require('array-async-queue');","type ArrayAsyncQueueCallback = (val: any, stop: () => void) => void | Promise<void>;\ntype ArrayAsyncQueue = (arr: any[], concurrency: number, callback: ArrayAsyncQueueCallback) => Promise<void>;"]},{"cmd":"yarn add array-async-queue","imports":[]},{"cmd":"pnpm add array-async-queue","imports":[]}],"homepage":"https://github.com/ortexx/array-async-queue#readme","github":"https://github.com/ortexx/array-async-queue","docs":null,"changelog":null,"pypi":null,"npm":"array-async-queue","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}