Closed lintingzhen closed 1 year ago
https://github.com/smallnest/chanx/blob/2c313971bc4b9d4a281ff311327fdfe1c71ce2c6/unbounded_chan.go#L54
执行cancel函数之后,没有执行<-cctx.Done()的可能。
https://github.com/smallnest/chanx/blob/2c313971bc4b9d4a281ff311327fdfe1c71ce2c6/unbounded_chan.go#L54
执行cancel函数之后,没有执行<-cctx.Done()的可能。