Constructs the WorkerPool instance with a given pool size.
The number of workers in the pool (default is 4).
Posts a message to an available worker. If no worker is available, the task is queued.
The message to send to the worker.
Any transferable objects to send with the message.
A promise that resolves when the worker finishes processing the message.
WorkerPool manages a pool of workers to efficiently handle multiple tasks in parallel. It allows for dynamic worker creation, task queuing, and managing worker utilization.
Author
Deepkolos / https://github.com/deepkolos