Simple async function queue with configurable concurrency. Current stable version is 1.0.0. Maintained by yld.io. No significant release cadence. Key differentiators: minimal API, CommonJS only, callback-based, event-driven (entry, exit, drain events). Suitable for limiting concurrency of async operations.
No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
This package is CommonJS only, does not support ES modules.
Queue is a factory function, not a constructor. Do not use 'new'.
Pushed functions must accept a callback as the sole argument. Async functions with no callback parameter will not work.
Creates a queue with concurrency 2, pushes 5 tasks, and logs drain event when all complete.
Breaking-change detection hasn't run for this library yet.
CVE tracking and dependency tree are planned for a later release.
No traffic data recorded yet.