kasumaniGo Concurrency Patterns: Pipelines and cancellation Go's concurrency primitives make it easy to construct streaming data pipelines that make efficient use of I/O and multiple CPUs. This article presents examples of such pipelines, highlights subtleties that arise when operations fail, and introduces
2014/03/17 リンク