5 ms·
Isn't Go's concurrency model an advantage over other approaches?
by krmboya 2y ago
Isn't Go's concurrency model an advantage over other approaches?
- lmm 2y agoWhen 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.