Showing 21-40 of 281 packages
Priority queue data structures
AsyncBlockingQueue
n8n Node to send SMS via Infobip
Add things to [queue](<https://en.wikipedia.org/wiki/Queue_(abstract_data_type)>) and have them dequeue sequentially (FIFO) based on their defined expiration (ttl). Read head of the queue as a [store](https://github.com/marianmeres/store) value.
Queue data structure with enqueue, dequeue, peek, size and flush methods
Javascript implementation of a queue data structure
This library has a Queue with the following methods: enqueue and dequeue. Enqueue adds item(s) to end of the Queue. Dequeue removes and returns the first item from the beginning of the queue.
<!-- markdownlint-disable MD033 --> <p align="center"> <a href="https://www.npmjs.com/package/@mgcrea/prisma-queue"> <img src="https://img.shields.io/npm/v/@mgcrea/prisma-queue.svg?style=for-the-badge" alt="npm version" /> </a> <a href="https://
TypeScript definitions for js-priority-queue
A NodeJS simple circular buffer implementation supporting indexing
functional, data oriented priority queue that doesn't suck
Tiny queue data structure
Double Ended Queue Datastructure - ordered collection with optimized access from its endpoints
Object queue
A lightweight collection for working with regular and priority queues.
A queue that is dequeued by forked processes
The Prenly App SDK is a JavaScript toolkit tailored for developers looking to integrate their web sites seamlessly with the Prenly native apps, focusing on user authentication and consent management. This repository contains the distribution files for the
A simple queue for JavaScript containing operations like enqueue, dequeue, etc
A queue that will dequeue (call a provided function) at a given rate and has a max number concurrent (active functions running)
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.