Method: Workling::Invokers::ThreadedPoller#worker_threads
- Defined in:
- lib/workling/invokers/threaded_poller.rb
#worker_threads ⇒ Object
number of worker threads running
49 50 51 |
# File 'lib/workling/invokers/threaded_poller.rb', line 49 def worker_threads @workers.list.size end |