google.golang.org/grpc/internal/transport.controlBuffer.trfChan (field)
5 uses
google.golang.org/grpc/internal/transport (current package)
controlbuf.go#L287: trfChan atomic.Value // *chan struct{}
controlbuf.go#L301: ch, _ := c.trfChan.Load().(*chan struct{})
controlbuf.go#L339: c.trfChan.Store(&ch)
controlbuf.go#L380: ch := c.trfChan.Load().(*chan struct{})
controlbuf.go#L382: c.trfChan.Store((*chan struct{})(nil))
![]() |
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. |