-
Notifications
You must be signed in to change notification settings - Fork 259
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Worker Threads API #249
Comments
I haven't looked in to much detail, but from my rough understanding of the API, It's something that could probably be managed/wrapped by this pool in some capacity. I don't know if it's a thing that could done by some higher level wrapper library, or by using component of this, definitely worth some investigation and prototyping! |
that's exactly what was done here: https://www.npmjs.com/package/thread-pool-node |
@idan-at why not make a PR over this repository instead of creating yet another project? |
this project is generic and used to create pools of any kind above it |
Hello,
I want to ask if you are evaluating using Node.js Worker Threads API.
Could be awesome just in the future just upgrade the library and unleashed Worker Threads capabilities.
Of course, it doesn't mean sense right now or in a short term since the API is not stable yet, maybe a good consideration to have for a v4 🙂.
Related:
The text was updated successfully, but these errors were encountered: