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

Make description of virtual threads and JVM exit easier to understand by removing "no-non" double-negative #39732

Closed
wilkinsona opened this issue Feb 22, 2024 · 0 comments
Assignees
Labels
type: documentation A documentation update
Milestone

Comments

@wilkinsona
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: documentation A documentation update
Projects
None yet
Development

No branches or pull requests

1 participant