Hacker News new | ask | show | jobs
by krmboya 562 days ago
Isn't Go's concurrency model an advantage over other approaches?
1 comments

When it exactly fits your problem, yes. But it's not like you can't express that model in Rust (in a more cumbersome way) when you need to.