@tunnckocore/p-all
Map or loop through promises, promise-returning or async functions, serially or in parallel, based on Promise.all! Has a hooks system: start, beforeEach, afterEach, finish.
Map or loop through promises, promise-returning or async functions, serially or in parallel, based on Promise.all! Has a hooks system: start, beforeEach, afterEach, finish.
A utility for automatically partitioning tasks (promises) and executing them in parallel using separate processes or web workers.
Parallel is a library to spread asynchronous task or promises, with deggree concurrency
A small library for doing async tasks in parallel.
Cooperative multi-tasking for Javascript
Node.js test runner that lets you develop with confidence.
Builds multiple webpack configurations in parallel and allows you to easily create variants to those configurations.
Run Standalone Nest apps in Worker Threads and call them from your main Nest app.
Provides the core functions required to implement concurrent API tests with Mocha.
These utilities help with tasks such as debouncing, throttling, function composition, and managing async behavior, making it easier to handle function flow and optimize performance.
Web workers & worker threads as simple as a function call
Web workers & worker threads as simple as a function call
A utility for managing concurrent data loaders of different priorities.
Resizer for Gulp plugin to resize each image into multiple smaller variants.
Resizer fur Gulp plugin to resize each image into multiple smaller variants.
Perform parallel and/or sequential asynchronous tasks with ease
Execute multiple commands as parallel sub-processes. Optionally, first one finished terminates the rest.
Runs an array of async function (method return promise) in series
Runs an array of async function (method return promise) in parallel
Runs an array of async function (method return promise) in pipe