# File lib/reactor/reactor.rb, line 128
    def wakeup
      n = Cproton.pn_reactor_wakeup(@impl)
      unless n.zero?
        io = Cproton.pn_reactor_io(@impl)
        raise IOError.new(Cproton.pn_io_error(io))
      end
    end