# File lib/listen/adapter.rb, line 87 def start mutex.synchronize do return unless stopped @stopped = false end start_worker start_poller end