Method: Sequel::ShardedSingleConnectionPool#all_connections
- Defined in:
- lib/sequel/connection_pool/sharded_single.rb
#all_connections ⇒ Object
Yield all of the currently established connections
30 31 32 |
# File 'lib/sequel/connection_pool/sharded_single.rb', line 30 def all_connections @conns.values.each{|c| yield c} end |