{"library":"async-limiter","type":"library","category":null,"description":"A lightweight job queue for limiting concurrent execution of asynchronous functions. Current stable version is 2.0.0, with low release cadence (last major update in 2020). It implements an Array-like API (push, unshift, splice) to add tasks and supports both callback and promise-based functions. Differentiators: minimal overhead, simple concurrency control (default Infinity), and a clear motivation to avoid performance pitfalls (e.g., zlib with infinite concurrency). Unlike heavyweight libraries like p-limit or bottleneck, it prioritizes simplicity and zero additional dependencies.","language":"javascript","status":"active","version":"2.0.0","tags":["javascript","throttle","async","limiter","asynchronous","job","task","concurrency","concurrent"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install async-limiter","imports":["import { Limiter } from 'async-limiter'","import Limiter from 'async-limiter'","import type { LimiterOptions } from 'async-limiter'","const { Limiter } = await import('async-limiter')"]},{"cmd":"yarn add async-limiter","imports":[]},{"cmd":"pnpm add async-limiter","imports":[]}],"homepage":"https://github.com/strml/async-limiter","github":"https://github.com/strml/async-limiter","docs":null,"changelog":null,"pypi":null,"npm":"async-limiter","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}