Hacker News new | ask | show | jobs
by pron 1976 days ago
You pick the thread implementation, but clearly a virtual thread would be more appropriate. And yes, join is semantically the same as await, but it fits with the design of the platform. And also yes, there are convenience methods for spawning threads and joining them, such as ExecutorService.invokeAll/invokeAny.
1 comments

How do you think Loom would impact reactive projects such as Spring Reactor, Vertx and R2DBC?
I don't know. Those who genuinely enjoy reactive frameworks will still be able to use them, but those that don't won't need to to get similar scalability benefits.