Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
bberrry
on Sept 16, 2023
|
parent
|
context
|
favorite
| on:
Java 21 makes me like Java again
As a Kotlin dev you should still be excited by virtual threads in Java 21. You'll never have to use coroutines again.
ledauphin
on Sept 17, 2023
[–]
I'm very curious to see how this works out in the Kotlin ecosystem, given the amount of async code out there (and the associated function coloring issues).
mike_hearn
on Sept 17, 2023
|
parent
[–]
You can easily combine the two, just use a virtual thread and when you hit a `suspend` function use `runBlocking` to get rid of the suspension.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: