AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
Is GoLang a Simple Language?
Channels are better way to share memory between multiple workloads. So for example, if you have web application, you can pass through all those layers with channels and distribute workload between many core routines. I think it's going to simplify learning of Rust because you don't have to start wondering about ownership and lifetimes that much after channels. It simplifies the memory model of the Rust. And we really need that in Rust because people are complaining about it's hard to learn and channels can help with that.