A replacement for setInterval() and setTimeout() which works in unfocused windows.
The worker which is used by the worker-timers package.
The broker which is used by the worker-timers package.
A mocked version of the worker-timers module.
Fake JavaScript timers
Timers extensions
TypeScript definitions for @sinonjs/fake-timers
timers module for browserify
No description provided.
`timers/promises` for client and server.
The time-based use-recency-unaware cousin of [`lru-cache`](http://npm.im/lru-cache)
Seamless REST/GraphQL API mocking library for browser and Node.js.
TypeScript definitions for sinon
This package provides a set of timer-related methods, enhancing `setTimeout` and `setInterval` with support for `AbortSignal`.
Utilities for executing code in Web Workers
Consistent Web Workers in browser and Node.
A fast, efficient Node.js Worker Thread Pool implementation
Temporal.io SDK Worker sub-package
Utility to help find out why Node isn't exiting
Worker based timers for Stream.io JS-based SDKs and applications
Communicate with a Web Worker using Promises, allowing transferList
A little factory function to create a JSON-RPC based Web Worker implementation.
worker loader module for webpack
Distribute processing tasks to child processes with an über-simple API and baked-in durability & custom concurrency options.
Deactive any type of background worker when the cluster is standby. This is useful when deploying apps that utilize timers or queues with a blue/green deploy strategy.
Sidekiq::Debounce provides a way to rate-limit creation of Sidekiq jobs. When you create a job on a Worker with debounce enabled, Sidekiq::Debounce will delay the job until the debounce period has elapsed with no additional debounce calls. If you make another job with the same arguments before the specified time has elapsed, the timer is reset and the entire period must pass again before the job is executed.
A production-grade lightweight scheduler built on top of Async. Single event loop with min-heap timer, skip-overlapping execution, jitter, monotonic clock intervals, semaphore concurrency control, and deterministic worker sharding. Designed for Falcon but works with any Async-based application.