Searched refs:errChanPool (Results 1 – 1 of 1) sorted by relevance
934 var errChanPool = sync.Pool{ var945 ch := errChanPool.Get().(chan error)977 errChanPool.Put(ch)2093 errc = errChanPool.Get().(chan error)2105 errChanPool.Put(errc)2694 done: errChanPool.Get().(chan error),2711 errChanPool.Put(msg.done)