# File lib/listen/adapter.rb, line 100
    def stop
      @stop = true
      @turnstile.signal # ensure no thread is blocked
    end