Class: Apnotic::ConnectionPool
- Inherits:
-
Object
- Object
- Apnotic::ConnectionPool
- Defined in:
- lib/apnotic/connection_pool.rb
Class Method Summary collapse
Class Method Details
.new(options = {}, pool_options = {}) ⇒ Object
7 8 9 10 11 |
# File 'lib/apnotic/connection_pool.rb', line 7 def self.new(={}, ={}) ::ConnectionPool.new() do Apnotic::Connection.new() end end |