#1148783 ITP: node-queue -- asynchronous function queue with adjustable concurrency

#1148783#5
Date:
2026-09-23 14:15:18 UTC
From:
To:
Package name : node-queue
Version : 6.0.2
Upstream Author : Jesse Tane jesse.tane@gmail.com
URL : https://github.com/jessetane/queue
License : MIT
Programming Lang: JavaScript
Description : asynchronous function queue with adjustable concurrency
Queue is a dependency-light FIFO job queue for asynchronous work. Jobs are
plain functions taking a callback, and the number of jobs allowed to run at
once is controlled by a concurrency setting that may be changed while the
queue is running. Workers can report results or errors either through the
callback or by returning a promise, and the queue emits start, end, success
and error events so progress can be tracked.

It is needed as a dependency of Zotero's note editor.