Method: PerfectQueue::Engine#stop
- Defined in:
- lib/perfectqueue/engine.rb
#stop(immediate) ⇒ Object
90 91 92 93 94 |
# File 'lib/perfectqueue/engine.rb', line 90 def stop(immediate) @processors.each {|c| c.stop(immediate) } @finish_flag.set! self end |