使用 Select、Goroutines 和 Channels 掌握 Go 中的并发编程
本文将介绍如何在 Golang 中结合 select、goroutines 和 channels 构建并发程序。 建议先阅读以下两篇文章,以熟悉并发、通道和 goroutines 的概念: Concurrency in Golang, Goroutines, and Channels Explained File Processing Using Concurrency With GoLang Select 引用自 Go tour 文档: “select 语句可以让 goroutine 等待