# File lib/rb-kqueue/queue.rb, line 314
    def run
      @stop = false
      process until @stop
    end