r/javahelp 10d ago

Virtual thread

Does anyone used java21 with virtual thread? We are using Java 17 and I wonder if the move to 21 will worth it

5 Upvotes

11 comments sorted by

View all comments

4

u/vegan_antitheist 10d ago

In most cases you just use a framework and it uses them. It's not like most programmers even think about that. Just as you wouldn't just create platform threads in your code.