Method: Errplane::Worker.current_thread_count
- Defined in:
- lib/errplane/worker.rb
.current_thread_count ⇒ Object
31 32 33 |
# File 'lib/errplane/worker.rb', line 31 def current_thread_count() Thread.list.count {|t| t[:errplane]} end |