virtual-worker-pool

1.0.6 • Public • Published

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.

Readme

Keywords

Package Sidebar

Install

npm i virtual-worker-pool

Weekly Downloads

7

Version

1.0.6

License

MIT

Last publish

Collaborators

  • tokyotoejam