google.golang.org/grpc/internal/buffer.Unbounded.Get (method)

3 uses

	google.golang.org/grpc/internal/buffer (current package)
		unbounded.go#L83: func (b *Unbounded) Get() <-chan interface{} {

	google.golang.org/grpc
		balancer_conn_wrappers.go#L116: 		case u := <-ccb.updateCh.Get():
		balancer_conn_wrappers.go#L159: 	case res = <-ccb.resultCh.Get():