class ConnectionPool
def reload(&block)
removing it the pool. Subsequent checkouts will create new connections as
Reloads the ConnectionPool by passing each connection to +block+ and then
#
def reload(&block) @available.shutdown(reload: true, &block) end