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

Introduce Executor service to manage the threadpool centrally #438

Closed
amitjoy opened this issue Dec 6, 2022 · 0 comments · Fixed by #439
Closed

Introduce Executor service to manage the threadpool centrally #438

amitjoy opened this issue Dec 6, 2022 · 0 comments · Fixed by #439
Labels
enhancement New feature or request

Comments

@amitjoy
Copy link
Owner

amitjoy commented Dec 6, 2022

Currently, the application uses the ForkJoinPool on demand which makes it harder to centrally manage the threadpool. It would be better to introduce a service which would enable us to manage the threadpool centrally

@amitjoy amitjoy added the enhancement New feature or request label Dec 6, 2022
@amitjoy amitjoy closed this as completed in 29542f2 Dec 6, 2022
@amitjoy amitjoy added this to the v3.0.0 milestone Dec 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant