# File lib/core/connection_driver.rb, line 67
    def event()
      e = Cproton.pn_connection_driver_next_event(@impl)
      Event.new(e) if e
    end