Hacker News new | ask | show | jobs
by stoperaticless 693 days ago
> there is also existing ExecutorService and futures in Java

Yes, virtual threads are an alternative also to those. (Kind of)

1 comments

And my frustration is that java had that API for 20 years, it is used everywhere and absolutely battle tested, and now they are adding those virtual threads which break third party libs and make JVM more complicated with various degradations in exchange of benefits most will not notice..