runtime.hchan.closed (field)
10 uses
runtime (current package)
chan.go#L37: closed uint32
chan.go#L191: if !block && c.closed == 0 && full(c) {
chan.go#L202: if c.closed != 0 {
chan.go#L278: if c.closed == 0 {
chan.go#L361: if c.closed != 0 {
chan.go#L372: c.closed = 1
chan.go#L481: if atomic.Load(&c.closed) == 0 {
chan.go#L510: if c.closed != 0 && c.qcount == 0 {
select.go#L262: if c.closed != 0 {
select.go#L269: if c.closed != 0 {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |