# File lib/vendor/fssm/fssm/backends/fsevents.rb, line 25
    def run
      begin
        OSX.CFRunLoopRun
      rescue Interrupt
        @fsevents.each do |fsev|
          fsev.stop
        end
      end
    end