87 88 89 90
# File 'lib/web/worker.rb', line 87 def stop @worker_thread.kill if @worker_thread @worker_thread = nil end