Searched refs:waitCh (Results 1 – 1 of 1) sorted by relevance
161 waitCh chan struct{} // the channel to block when there is no connected address available member267 if cnt == 1 && rr.waitCh != nil {268 close(rr.waitCh)269 rr.waitCh = nil331 if rr.waitCh == nil {333 rr.waitCh = ch335 ch = rr.waitCh372 if rr.waitCh == nil {374 rr.waitCh = ch376 ch = rr.waitCh[all …]