dev-cheats / comments

站点评论仓库
0 stars 1 forks source link

跟我学Golang:(二十)并发介绍 | 开发者秘籍_开发者提升 #95

Open hellokaton opened 6 years ago

hellokaton commented 6 years ago

https://dev-cheats.com/golang/concurrency.html

欢迎来到跟我学Golang系列教程的第二十篇。 Go是并发语言,而不是并行语言。 在讨论Go并发性之前,我们必须首先了解什么是并发,以及并发与并行的区别。 什么是并发 并发(concurrency)是指一次处理大量事情的能力。让我们用一个例子来说明。