# File lib_core/rucy/restart.rb, line 74
    def initialize
      super
      @pin, @pout = IO.pipe
      @pin.sync = true
      @pout.sync = true
      @closed = false
      @lock = Mutex.new
    end