Q1mi / BlogComments

9 stars 0 forks source link

更友好的并发库conc介绍 | 李文周的博客 #216

Open Q1mi opened 8 months ago

Q1mi commented 8 months ago

https://www.liwenzhou.com/posts/Go/conc/

李文周的 Blog 提供 Go 语言中文教程,李文周博客,Go 语言学习之路是我整理的一个免费教程,包含部分视频教程,也是非常适合新手学习Go语言的入门教程。本文介绍了第三方并发库conc的使用,如何安全的进行结构性并发/作用域并发及如何更好的处理并发中的panic。