smallnest / chanx

unbounded chan
MIT License
431 stars 63 forks source link

此处的context.WithCancel是否多余? #14

Closed lintingzhen closed 1 year ago

lintingzhen commented 1 year ago

https://github.com/smallnest/chanx/blob/2c313971bc4b9d4a281ff311327fdfe1c71ce2c6/unbounded_chan.go#L54

执行cancel函数之后,没有执行<-cctx.Done()的可能。