10 comments

[ 3.2 ms ] story [ 33.4 ms ] thread
This is pretty exciting! I wonder what Java version will see this as a production ready (non-preview) feature?
May be by next LTS (java 21 - 2023 Sep) :D
One of the things I appreciate about Java is a concerned effort to try and "get it right" the first time. Hoping it makes the LTS window, but I'd rather wait to get a great API rather than one that's broken, inconsistent, and has issues.
Is there a concerted effort within the Java community to avoid async/await semantics? Genuinely curious whether a discussion has been had.
Vert.x is what you're looking for.

That being said, async/Callbacks tend to create a pile of spaghetti, with no measurable performance gain. It's certainly a style of doing things and it creates an odd abstraction that really doesn't mirror the way our [current] computers operate.

The benefit of "fibers" or "green threads" is they are less of a jump and doesn't involve rewriting everything.

(comment deleted)
It is going to be fun to watch how Kotlin will manage their vision of the world on top of virtual threads.
Where is pron when we need him?!?

>Authors Ron Pressler, Alan Bateman

Exactly where we need him :)