# File lib/rb-kqueue/queue.rb, line 340
    def poll
      read_events(false).each {|event| event.callback!}
    end