module Pools
This file adapted from activerecord gem
This file adapted from activerecord gem
Constants
- ConnectionNotEstablished
Raised when a connection could not be obtained within the connection acquisition timeout period.
- ConnectionTimeoutError
Public Class Methods
handler()
click to toggle source
# File lib/pools/handler.rb, line 59 def self.handler @@pool_handler ||= Handler.new end