Searched defs:dialCall (Results 1 – 1 of 1) sorted by relevance
83 type dialCall struct { struct84 p *clientConnPool85 done chan struct{} // closed when done86 res *ClientConn // valid after done is closed87 err error // valid after done is closed106 func (c *dialCall) dial(addr string) {