it-queue (v1.1.3) is an async queue implementation built on top of p-queue, providing the ability to iterate over queue results using async generators. It ships TypeScript types and follows the 'it' family of packages focused on async iteration patterns. Key differentiators: aborting a task removes it from the queue, and results can be consumed via `for await...of` or `it-all`. Compared to p-queue, it-queue gives direct access to the underlying queue and supports iteration over completed items. The package is part of the libp2p/achingbrain ecosystem and is actively maintained.
No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Named export only; no default export.
Must destructure because Queue is a named export.
Use type-only import for improved compile-time performance.
Creates a queue with concurrency 2, adds three async tasks, and iterates over results using it-all.
Breaking-change detection hasn't run for this library yet.
CVE tracking and dependency tree are planned for a later release.