# Functions
NewReconnector creates a new Pool for a given connector.
UsingConnection invokes the provided callback for a Connection.
# Structs
Reconnector manages active Connection with automatic retrying and reconnection.
# Interfaces
Connection encapsulates a single connection.
ConnectorImpl provides a set of methods to manage connections.