This package has been renamed to d3-queue. It provided an asynchronous queue with configurable concurrency for managing task execution order and parallelism. The latest version is 1.2.1, but no further development occurs. Users should migrate to d3-queue, which is maintained as part of the D3 ecosystem. The original queue-async differs from alternatives like async.queue by offering a simpler API and integration with D3's deferred pattern.
npm install queue-asyncNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Demonstrates migrating from queue-async to d3-queue with concurrency control and async task deferral.
Replace all imports/requires from 'queue-async' with 'd3-queue'.
Update package.json and source imports.
Run 'npm install d3-queue' and update imports to 'd3-queue'.
Use named import: import { queue } from 'd3-queue'.No dependency data recorded yet.