Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
kelnos
3 months ago
|
parent
|
context
|
favorite
| on:
“Stop Designing Languages. Write Libraries Instead...
Virtual threads is a JVM & stdlib feature, not a language feature.
(And I'd disagree that virtual threads were all that important compared to language features.)
morshu9001
3 months ago
[–]
In pretty common applications, virtual threads will make the difference between chaining futures (this.then(that).then(...)) vs not, all throughout your code. Or some frameworks had far uglier ways to deal with cooperative multitasking.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
(And I'd disagree that virtual threads were all that important compared to language features.)