Create a task and resolve it later via a Promise approach. Run time-consuming processes only once.
support for asynchronous development with a Promise based task Scheduler, several different Promise implementations (synchronous, idle, asynchronous and native runtime wrappers), await helpers, and aliases all built and tested using TypeScript.
Simple in-memory promise-based task queue with support for pausing, merging tasks, or retrying failed tasks
A utility for easily repeating a promise-based task, until it succeeds. Works both in Node and in the browser.
A simple promise based task runner.
A promise based task scheduler for Node.js using a mongodb backing store.
persistent promise-based task queue
Promise based task runner
Simple Promise based task scheduler using Redis that works with redis-docker-taskrunner
RxJS-like mapping operators for Promise-based task management
No description provided.
promise-based task runner / manager based on minimum/maximum elapsed time between task runs
Offload tasks to a pool of workers on node.js and in the browser
Promise based task queue with concurrency limit
🔎 A simple, tiny and lightweight benchmarking library!
A functional, minimalist, promise based task runner library for nodejs
A library for promise-based task concurrency with exponential backoff retries (available in TypeScript and JavaScript)
Run promise-returning & async functions in series, each passing its result to the next
Useful TypeScript utilities.
High-priority task queue for Node.js and browsers
Creates a Promise that waits for a single event
spawn processes the way the npm cli likes to do
A basic poller built on top of promises
Make a callback- or promise-based function support both promises and callbacks.