0.0.2 • Published 4 years ago

multithreadpro v0.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
4 years ago

Multithread Pro

This module helps to abstract out the complexity and understanding needed when running large batches of multithreaded requests. Ideal use cases are when there are many syncronous requests that have long return times but benefit by running in parralel. Batch data processing is one such example.

Getting Started

To run this, simply call the executeMultiThreadOperation passing in an array of objects to process, and a function to perform operations on it. See examples/examples.js for more information

Advanced Options