Method: Sequel::ThreadedConnectionPool#available_connections
- Defined in:
- lib/sequel/connection_pool/threaded.rb
permalink #available_connections ⇒ Object (readonly)
An array of connections that are available for use by the pool. The calling code should already have the mutex before calling this.
15 16 17 |
# File 'lib/sequel/connection_pool/threaded.rb', line 15 def available_connections @available_connections end |