|
|
|
|
|
by tybit
1628 days ago
|
|
I think there’s a good argument that async is decent for performance critical languages, e.g C++ and Rust, and for languages looking to model effects, e.g Haskell and arguably Rust.
I don’t see a good reason for it in mainstream languages like Java, JavaScript and C#. I think Java’s approach with Loom is going to be a big win over C# there, as someone that just wants to get stuff done and is a fan of both. |
|