# File lib/rb-inotify/notifier.rb, line 233
    def process
      read_events.each {|event| event.callback!}
    end