NewChannelPool returns a new pool based on buffered channels with an idle capacity and maximum capacity. Factory is used when initial capacity is greater than zero to fill the pool. If there is no new connection available in the pool, a new connection will be created via the Factory() method. If blo
(idleSize int, maxSize int, factory Factory, blocking bool)
source not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected