0-Deps, simple and fast async generator library for browser and NodeJS
Iterate any JS iterator. Works robustly in all environments, all versions.
Converts iterable objects into readable streams.
Compatible version of p-queue
A heap-based implementation of priority queue in javascript with typescript support.
Get the default iterator or async iterator for an iterable or async iterable
a simple priority queue data structure
Array.prototype.map analog for iterables.
Check if an Iterable is empty
Better Queue for NodeJS
Manage ordered sequences of FluentBundles
Generic browser priority queue.
type AnyIterable<T>
Call an array of promise-returning functions, restricting concurrency to a specified limit.
The Interactive Extensions for JavaScript
Split buffers and streams into smaller chunks
ndjson to async iterator
Promise queue with a nice API
A Map implementation with expirable items
Evaluate asynchronous tasks with configurable concurrency.
Simple FIFO queue implementation to avoid having to do shift() on an array, which is slow.
The Interactive Extensions for JavaScript
wrapper around async.queue to make some common usages simpler
qjobs is a simple and stupid queue job manager for nodejs