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
Chatting with @snicoll, the current description of virtual threads and the impact on the JVM exiting is a little hard to understand. It currently reads as follows:
One side effect of virtual threads is that these threads are daemon threads. A JVM will exit if there are no non-daemon threads.
We think the following may be easier to understand:
One side effect of virtual threads is that they are daemon threads. A JVM will exit if all of its threads are daemon threads.
The text was updated successfully, but these errors were encountered:
Chatting with @snicoll, the current description of virtual threads and the impact on the JVM exiting is a little hard to understand. It currently reads as follows:
We think the following may be easier to understand:
The text was updated successfully, but these errors were encountered: