Get a worker or spawned node process to which you can talk to using a message channel.
Abstraction for DynamoDB queries and scans that handles pagination and parallel worker coordination
Abstraction for DynamoDB queries and scans that handles pagination and parallel worker coordination
Abstraction for DynamoDB queries and scans that handles pagination and parallel worker coordination
Abstraction for DynamoDB queries and scans that handles pagination and parallel worker coordination
Abstraction for DynamoDB queries and scans that handles pagination and parallel worker coordination
No description provided.
Abstraction for DynamoDB queries and scans that handles pagination and parallel worker coordination
Fast, in memory work queue
utilities for observable asynchronous control flow
Run an array of functions in parallel
A mutex for guarding async workflows
Minimal async jobs utility library, with streams support
Offload tasks to a pool of workers on node.js and in the browser
MSR JavaScript Cryptography Library
No description provided.
Seamless REST/GraphQL API mocking library for browser and Node.js.
Consistent Web Workers in browser and Node.
Utilities for executing code in Web Workers
Run an array of functions in parallel, but limit the number of tasks executing at the same time
A fast, efficient Node.js Worker Thread Pool implementation
The worker which is used by the worker-timers package.
Temporal.io SDK Worker sub-package
Communicate with a Web Worker using Promises, allowing transferList
A parallel worker implementation in Rust. Allows to start tasks in parallel and receive the results blocking or non-blocking.
AGAVE - GUI + CLI AI-powered video editor: auto silence cutting, audio enhancement, scene detection, auto-reframe for content creators
AI-powered video editor for content creators
Use it if you have way too many items in your worker gem queue
Simplify parallel code execution into workers.
Optimally distribute and run RSpec suites among parallel workers; for faster CI builds
Run Test::Unit / RSpec in parallel across multiple workers on Snap CI
Puma is a simple, fast, multi-threaded, and highly parallel HTTP 1.1 server for Ruby/Rack applications. Puma is intended for use in both development and production environments. It's great for highly parallel Ruby implementations such as JRuby and TruffleRuby as well as as providing process worker support to support CRuby well.
Our own parallel cucumber with queue and workers
RSpec::Abq is an rspec plugin that replaces its ordering with one that is controlled by abq. It allows for parallelization of rspec on a single machine or across multiple workers.
Daemon and base worker for grabbing site pages via list of proxies in parallel.
Gush is a parallel workflow runner using only Redis as its message broker and Sidekiq for workers.
This gem lets you run your RSpec examples in parallel across across your CPUs. Each worker automatically gets its own database to avoid conflicts. The optional spring-prspec gem adds support for running under Spring.
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
Ensures that for a given queue, only one worker is working on a job at any given time. Example: require 'resque/plugins/unique_at_runtime' class StrictlySerialJob include Resque::Plugins::UniqueAtRuntime @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.