# Packages
No description provided by the author
# Functions
NewPool create a grpc pool.
WithCleanIntervalTime set interval time to clean up idle connections or create new tcp connection.
WithClientIdleTimeout .
WithDebug .
WithGrpcPoolSize returns a Option which sets the value for pool size.
WithLogger returns a Option which sets the value for pool logger.
WithMaxIdle set number of idle connections in the pool.
WithMaxStreamsClient returns a Option which set the value for http2 client maxConcurrentStreams.
WithNonblocking returns a Option which Pool.Get can never be blocked.
# Variables
ErrConnClosed grpc 连接已关闭.
ErrPoolClosed pool 连接已关闭.
ErrPoolOverload 连接池资源已满载.