Method: ZK::Pool::Bounded#available_size

Defined in:
lib/zk/pool.rb

#available_sizeObject

clients available for checkout (at time of call)



192
193
194
# File 'lib/zk/pool.rb', line 192

def available_size
  @mutex.synchronize { @pool.length }
end