We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently the package creates a new worker for each acquire and the pool is more of a cache for checking length and cleanup.
pool
cache
Are there any thoughts around looking to add an option to reuse workers via channel messages if they have the same filenames?
The text was updated successfully, but these errors were encountered:
checkout this https://www.npmjs.com/package/@shahidcodes/threadifier
Sorry, something went wrong.
Hi guys , two pool implementations here https://github.com/pioardi/poolifier .
No branches or pull requests
Currently the package creates a new worker for each acquire and the
pool
is more of acache
for checking length and cleanup.Are there any thoughts around looking to add an option to reuse workers via channel messages if they have the same filenames?
The text was updated successfully, but these errors were encountered: