You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: