
golang
文章平均质量分 83
拖拉机拖拉机
这个作者很懒,什么都没留下…
展开
-
channel in Go's runtime
原文链接:http://studygolang.com/articles/1806?from=timeline&isappinstalled=0那张图是我看明白channel 实现的关键下面是我之前困惑的一段代码,func main() { message := make(chan string) // no buffer count := 3 go f转载 2015-04-25 17:18:04 · 1322 阅读 · 0 评论 -
Golang channels tutorial
原文链接:http://guzalexander.com/2013/12/06/golang-channels-tutorial.htmlgolang channels 入门足矣Golang has built-in instruments for writing concurrent programs. Placing a go statement before a functi转载 2015-04-25 17:21:05 · 1059 阅读 · 0 评论