And this isn’t just a Go problem. Message passing as a concurrency model doesn’t eliminate shared state, it relocates it. The data being communicated may transfer cleanly from sender to receiver, but the communication mechanism itself (channel, mailbox, or message queue) is a shared mutable resource. And that resource inherits every problem shared mutable state has always had.
Виктория Кондратьева (Редактор отдела «Мир»)。PDF资料对此有专业解读
。业内人士推荐Feiyi作为进阶阅读
Материалы по теме:
Последние новости。关于这个话题,电影提供了深入分析