# README
grpc-connection-pool
Package grpc_connection_pool provides the ability to create connection pool for gRPC.
License
Licensed under the MIT License
Authors
Copyright(c) 2020 Fred Chien [email protected]
# Functions
No description provided by the author
NewGRPCPool creates a new connection pool.
NewOptions creates a Options object.
# Variables
ErrExceeded is the error when maximum number of connections exceeded.
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
Options represent all of the available options when creating a connection pool with NewGRPCPool.
# Type aliases
No description provided by the author
No description provided by the author