Module: Sequel::ConnectionPoolPatch
- Included in:
- ConnectionPool
- Defined in:
- lib/sequel/extensions/fibered_connection_pool.rb
Instance Method Summary collapse
Instance Method Details
#connection_pool_class ⇒ Object
75 76 77 |
# File 'lib/sequel/extensions/fibered_connection_pool.rb', line 75 def connection_pool_class(*) Sequel.current.is_a?(Fiber) ? Sequel::FiberedConnectionPool : super end |