UNPKG

@henrygd/queue

Version:

Tiny async queue with concurrency control. Like p-limit or fastq, but smaller and faster.

14 lines (13 loc) 241 B
{ "name": "@henrygd/queue", "version": "1.2.0", "exports": "./index.ts", "imports": { "async_hooks": "node:async_hooks", "mitata": "npm:mitata", "os": "node:os" }, "lint": { "include": ["test/deno-test.ts"] } }