Method: Sequel::TimedQueueConnectionPool#size
- Defined in:
- lib/sequel/connection_pool/timed_queue.rb
permalink #size ⇒ Object
The total number of connections in the pool.
110 111 112 |
# File 'lib/sequel/connection_pool/timed_queue.rb', line 110 def size sync{@size[0]} end |