createChannelPool function

ChannelPool createChannelPool()

Creates a new empty ChannelPool.

Implementation

ChannelPool createChannelPool() {
  return ChannelPool();
}