Searched defs:ccBalancerWrapper (Results 1 – 1 of 1) sorted by relevance
94 type ccBalancerWrapper struct { struct95 cc *ClientConn96 balancer balancer.Balancer97 stateChangeQueue *scStateUpdateBuffer98 resolverUpdateCh chan *resolverUpdate99 done chan struct{}101 mu sync.Mutex102 subConns map[*acBalancerWrapper]struct{}120 func (ccb *ccBalancerWrapper) watcher() {159 func (ccb *ccBalancerWrapper) close() {[all …]