Method: Sequel::ThreadedConnectionPool#available_connections

Defined in:
lib/sequel/connection_pool/threaded.rb

#available_connectionsObject (readonly)

An array of connections that are available for use by the pool. The calling code should already have the mutex before calling this.

[View source]

15
16
17
# File 'lib/sequel/connection_pool/threaded.rb', line 15

def available_connections
  @available_connections
end