Method: Narou::Worker#stop

Defined in:
lib/web/worker.rb

#stopObject



87
88
89
90
# File 'lib/web/worker.rb', line 87

def stop
  @worker_thread.kill if @worker_thread
  @worker_thread = nil
end