Searched refs:serverPool (Results 1 – 1 of 1) sorted by relevance
32 serverPool chan string member52 res.serverPool = make(chan string, len(addrList))54 res.serverPool <- addr70 res.serverPool = make(chan string, len(addrList))72 res.serverPool <- sn77 if cap(res.devicePool) < cap(res.serverPool) {80 return cap(res.serverPool)96 addr := <-res.serverPool106 res.serverPool <- info.Addr