Simple task queue with ES6 iterable interface
Async Iterable Queue
An es6-style iterable queue
async iterable queue
A queue structure implementing AsyncIterableIterator<T>
queue-lit is a tiny queue data structure in case you `Array#push()` or `Array#shift()` on large arrays very often
Get the first fulfilled promise that satisfies the provided testing function
Deques are a generalization of stacks and queues
Tiny queue data structure
A tiny, zero-dependency yet spec-compliant asynchronous iterator polyfill/ponyfill for ReadableStreams.
[](http://www.typescriptlang.org/) [](https://www.npmjs.com/package/@n1ru4l/push-pull-async
Extended iterable class, providing lazy array-like methods with automatic async and return/throw forwarding
fast, tiny `queueMicrotask` shim for modern engines
Set of classes used for async prefetching with backpressure (IterableMapper) and async flushing with backpressure (IterableQueueMapper, IterableQueueMapperSimple)
A shim for the setImmediate efficient script yielding API
Promise queue with concurrency control
A simple tool to keep requests to be executed in order.
The smallest and simplest JavaScript priority queue
Iterable wrapper that add methods to read ahead or behind current item.
Convert a string/promise/array/iterable/asynciterable/buffer/typedarray/arraybuffer/object into a stream
Next tick shim that prefers process.nextTick over queueMicrotask for compat
Simple Typescript Queue with generics type support
Promise-based queue
LRU Queue
An iterable doubly linked list which can be used as a stack, queue or array list
sqs-grep iterates through each message on the given SQS queue, testing its body against the given regular expression, displaying matching messages to standard output. Options are available to control match inversion, json output, deletion of matching messages, match limits, sending the messages to another queue, and timeouts. Respects $https_proxy.