# File lib/connection_pool.rb, line 139
    def pool_shutdown(&block)
      @pool.shutdown(&block)
    end