# File lib/core/connection_driver.rb, line 76
    def each_event()
      while e = event
        yield e
      end
    end