Method: Que::Adapters::ConnectionPool#initialize

Defined in:
lib/que/adapters/connection_pool.rb

#initialize(pool) ⇒ ConnectionPool

Returns a new instance of ConnectionPool.



6
7
8
9
# File 'lib/que/adapters/connection_pool.rb', line 6

def initialize(pool)
  @pool = pool
  super
end