This package contains a persistant FIFO queue implementation working with localstorage. It can enqueue and dequeue items, as well as peek the next item without deleting it.
Tiny queue data structure
A fast fifo implementation similar to the one powering nextTick in Node.js core
A simple tool to keep requests to be executed in order.
A fifo rdf-resolve-hypermedia-links-queue actor
Javascript implementation of a queue data structure
SQS adapter for message-queue-toolkit
A simple double ended queue datastructure
SNS adapter for message-queue-toolkit
a simple fifo queue
Discord Player Utilities
Lightweight utilities for debouncing, throttling, and more - designed for npm packages.
Better Stack JavaScript logging tools (formerly Logtail)
fast, tiny `queueMicrotask` shim for modern engines
FIFO queue implemented using a double linked-list
Simple FIFO queue implementation to avoid having to do shift() on an array, which is slow.
Promised First-In-First-Out buffer. Await on push to be told when a value is consumed and await on shift for a value to consume when the buffer is empty.
Re-drive dead letter queue messages to another queue
[](https://circleci.com/gh/segmentio/localstorage-retry)
Utilities for debouncing, throttling, rate-limiting, queuing, and more.
A shim for the setImmediate efficient script yielding API
Queue sync or async functions with max concurrency, max size, max age, and fifo/lifo ordering
Emulate AWS λ and SQS locally when developing your Serverless project
Utilities for debouncing and throttling functions in React.