Queue for parallel tasks that can cancel and is destoryable
Stream parallel queue executor with specified task limit
Execute a queue of async functions in parallel
A utiltify for send request in parallel queue
utilities for observable asynchronous control flow
Fast, in memory work queue
Truly distributed and parallel parallel queue on top of redis and zookeeper without SPoF.
Tiny queue data structure
Run an array of functions in parallel
Call an array of promise-returning functions, restricting concurrency to a specified limit.
A parallel queue processing for SQS, Redis, etc
fast, tiny `queueMicrotask` shim for modern engines
Zero-overhead asynchronous parallel/each/map function call
Minimal async jobs utility library, with streams support
Offload tasks to a pool of workers on node.js and in the browser
A shim for the setImmediate efficient script yielding API
Evaluate asynchronous tasks with configurable concurrency.
Promise queue with concurrency control
Headless CLI client for the Agent Client Protocol (ACP) — talk to coding agents from the command line
queue-lit is a tiny queue data structure in case you `Array#push()` or `Array#shift()` on large arrays very often
The smallest and simplest JavaScript priority queue
A scalable queue for parallel callbacks
A simple tool to keep requests to be executed in order.
Next tick shim that prefers process.nextTick over queueMicrotask for compat
A thread safe, Redis backed, parallel queue abstraction. Motivation for creating this was for queueing messages based on ID so that very chatty message emitters don't prevent messages from others from being processed
An easy and intuitive Ruby job queue for working with parallel processes.
Parallel rspec test runner from a queue of pending jobs.
A gem to schedule jobs, handle parallel execution and manage the jobs queue.
Interface with message queues with ease.
Queue-based parallel test runner for rspec
A Rails engine to schedule jobs, handle parallel execution and manage the jobs queue.
Our own parallel cucumber with queue and workers
Extension 'parallel': Interface for pushung blocks
A lock-free MPMC queue that can be shared across Ruby Ractors — the only Ractor-safe bounded queue option since Ruby's built-in Queue uses Mutex and cannot cross Ractor boundaries.
Run commands in parallel and cache the output. Redis queues jobs and stores the result.
Ensures that for a given queue, only one worker is working on a job at any given time. Example: require 'resque/plugins/lonely_job' class StrictlySerialJob extend Resque::Plugins::LonelyJob @queue = :serial_work def self.perform # only one at a time in this block, no parallelism allowed for this # particular queue end end
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.