Method: Workling::Invokers::ThreadedPoller#worker_threads

Defined in:
lib/workling/invokers/threaded_poller.rb

#worker_threadsObject

number of worker threads running



49
50
51
# File 'lib/workling/invokers/threaded_poller.rb', line 49

def worker_threads
  @workers.list.size
end