virtual-worker-pool
v1.0.6
Published
Virtual async workers
Downloads
2
Readme
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.