Skip to content
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

Open
Kikobeats opened this issue Jan 25, 2019 · 4 comments
Open

Worker Threads API #249

Kikobeats opened this issue Jan 25, 2019 · 4 comments

Comments

@Kikobeats
Copy link
Collaborator

Kikobeats commented Jan 25, 2019

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:

@sandfox
Copy link
Collaborator

sandfox commented Jan 25, 2019

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!

@idan-at
Copy link
Contributor

idan-at commented Aug 1, 2019

that's exactly what was done here: https://www.npmjs.com/package/thread-pool-node

@Kikobeats
Copy link
Collaborator Author

@idan-at why not make a PR over this repository instead of creating yet another project?

@idan-at
Copy link
Contributor

idan-at commented Aug 1, 2019

this project is generic and used to create pools of any kind above it
see how many projects (pools of some kinds) depend on it here in the dependent tab https://www.npmjs.com/package/generic-pool

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants