# File lib/listen/adapters/polling.rb, line 38 def stop @mutex.synchronize do return if @stop == true super end @poll_thread.join end