不知道怎么死锁的

FengGeSe · · 1138 次点击
ready函数死循环了,程序不会结束的。。
#1
更多评论
``` j, ok := <- c if !ok { break } ``` ``` close(c) quit <- false ```
#2