Module: Boltless::Extensions::ConnectionPool
- Extended by:
- ActiveSupport::Concern
- Included in:
- Boltless
- Defined in:
- lib/boltless/extensions/connection_pool.rb
Overview
A top-level gem-module extension to add easy-to-use connection pool.
rubocop:disable Metrics/BlockLength – because this is how an
+ActiveSupport::Concern+ looks like