awake.js
A class to delay a task and/or to control a task in a thread way, with start, stop, pause and resume.
A class to delay a task and/or to control a task in a thread way, with start, stop, pause and resume.
Common for nodejs and browser bees.
Swift's DispatchQueue recreated for Node.
Helps you use workers more easily in NodeJS, just like an async function
A collection of strategies for yielding to the event loop, to avoid blocking for too long.
The fastest in-browser CSV (or delimited text) parser for React. It is full of useful features such as CSVReader, CSVDownloader, readString, jsonToCSV, readRemoteFile, ... etc.
A webworker pool rpc management framework
CancelablePromise is a Promise that can be canceled. It is a Promise that has a status property that can be '`pending`', '`resolved`', '`rejected`' or '`canceled`'. It has an onCancel method that allows you to register a callback that will be called when
Electron thread workers using BrowserWindow headless windows
Web workers & worker threads as simple as a function call
Communicate with a service worker in a much easier way
A wrapper for a web worker to simplify workers usage
A library that helps you create object/thread/connection pools
sync , queue , async to sync , thread party function in node.js
A lightweight tool built on top of Node.js worker_threads, enabling multithreading.