Go 性能优化技巧 10/10_Go语言_第七城市
2016年5月17日 - 这些处于 “chan send” 状态的 G 对象(goroutine)会一直存在,直到唤醒或进程结束,这就是所谓的 “Goroutine Leak”。解决方法很简单,可设置 timeout。或定期用...
Dealing with goroutine leaks - 推酷
2016年12月13日 - 主题 Goroutine Goroutine leak Concurrency in Go materializes itself in the form of goroutines (independent activities) and channels (used for communication)...