We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Now that Java 21 is here, the concurrency section should probably be updated to talk about virtual threads to some degree.
Mostly, I think adding virtual thread examples where there are currently Thread. examples and newFixedThreadPool examples should be enough?
Thread.
newFixedThreadPool
The text was updated successfully, but these errors were encountered:
seancorfield
No branches or pull requests
Now that Java 21 is here, the concurrency section should probably be updated to talk about virtual threads to some degree.
Mostly, I think adding virtual thread examples where there are currently
Thread.
examples andnewFixedThreadPool
examples should be enough?The text was updated successfully, but these errors were encountered: