-
Notifications
You must be signed in to change notification settings - Fork 66
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
Add support for virtual threads (Project Loom) #414
Comments
What did you have in mind here? A boolean flag to enable virtual threads or to allow an |
@wilkinsona We can go with the |
You can answer that with a code search. Anywhere that's using a |
Going w/ the |
See spring-projects#414 Use ReentrantLocks to avoid unnecessary virtual thread pinning.
Closing via 8c415e8 |
This is a Spring wide initiative for the end of the year and Spring Framework has spring-projects/spring-framework#23443 scheduled for the 6.1 release this fall.
[ ] Add support for Java 21 (TODO create issue)[ ] Add config prop(s) for enabling virtual threads on listener container executors (default and concurrent)See this PR that adds virtual thread support to Spring Framework for inspiration.
The text was updated successfully, but these errors were encountered: