{"library":"queue-ts","type":"library","category":null,"description":"A lightweight, promise-based worker queue for TypeScript and JavaScript that limits concurrent task execution. Current stable version is 0.1.0. It offers a simple API for enqueuing async tasks with a configurable concurrency limit, making it suitable for throttling API calls or managing resource-intensive operations. Differentiator: minimal overhead with no external dependencies, designed specifically for TypeScript projects.","language":"javascript","status":"active","version":"0.1.0","tags":["javascript"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install queue-ts","imports":["import { Queue } from 'queue-ts'","import Queue from 'queue-ts'","import type { Queue } from 'queue-ts'"]},{"cmd":"yarn add queue-ts","imports":[]},{"cmd":"pnpm add queue-ts","imports":[]}],"homepage":"https://github.com/knisterpeter/queue-ts#readme","github":"https://github.com/knisterpeter/queue-ts","docs":null,"changelog":null,"pypi":null,"npm":"queue-ts","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}