来自公司 sourcegraph 的 conc** (https://github.com/sourcegraph/conc) 并发库,目标是 better structured concurrency for go, 简单的评价一下 每个公司都有类似的轮子,与以往的库比起来,多了泛型,代码写起来更优雅,不需要 interface, 不需要运行时 assert, 性能肯定更好 我们