# File lib/listen/adapters/linux.rb, line 56 def stop @mutex.synchronize do return if @stop == true super end @worker.stop Thread.kill(@worker_thread) if @worker_thread @poll_thread.join if @poll_thread end