Go语言爱好者周刊:第 78 期

polaris · · 8932 次点击
[Goroutines](https://tour.golang.org/concurrency/1) ```go go f(x, y, z) ``` > The **evaluation of f, x, y, and z happens in the current goroutine** and the execution of f happens in the new goroutine.
#7
更多评论
死锁了,为什么???????
#1