Hacker News new | ask | show | jobs
by hocuspocus 849 days ago
Specifically, function coloring (C# and Rust in your examples) is not the same as coroutines in Go or virtual threads in Java.
1 comments

Sure function coloring can be a problem, but the gp just spoke about async/await being a mess.

Function coloring can be handled by just blocking on an async function. Though the reverse takes some planning.