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

Ability to replace threads #250

Open
MinnDevelopment opened this issue Oct 8, 2023 · 0 comments · May be fixed by #251
Open

Ability to replace threads #250

MinnDevelopment opened this issue Oct 8, 2023 · 0 comments · May be fixed by #251

Comments

@MinnDevelopment
Copy link
Contributor

With the release of Java 21, new virtual threads can be used to reduce the memory impact of threads that perform a lot of I/O operations. Would it be possible to add support for replacing the existing threads used by this library using a thread factory?

The library does not need to update to Java 21, it only needs to allow replacing the threads.

@MinnDevelopment MinnDevelopment linked a pull request Jan 28, 2024 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant