Node Virtual Threads & Worker Pool Manager
Virtual because in Node you cannot create a true child thread, BUT since the the event loop is so fast, you can simulate concurrent thread behavior using async strategies.
Virtual because in Node you cannot create a true child thread, BUT since the the event loop is so fast, you can simulate concurrent thread behavior using async strategies.
npm i virtual-worker-pool
8
1.0.6
MIT