Method: Zold::ThreadPool#count

Defined in:
lib/zold/thread_pool.rb

#countObject

How many threads are in there



122
123
124
# File 'lib/zold/thread_pool.rb', line 122

def count
  @threads.count
end