google.golang.org/grpc.pickerWrapper.blockingCh (field)
8 uses
google.golang.org/grpc (current package)
picker_wrapper.go#L38: blockingCh chan struct{}
picker_wrapper.go#L43: return &pickerWrapper{blockingCh: make(chan struct{})}
picker_wrapper.go#L55: close(pw.blockingCh)
picker_wrapper.go#L56: pw.blockingCh = make(chan struct{})
picker_wrapper.go#L96: ch = pw.blockingCh
picker_wrapper.go#L98: if ch == pw.blockingCh {
picker_wrapper.go#L122: ch = pw.blockingCh
picker_wrapper.go#L176: close(pw.blockingCh)
![]() |
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. |