# File lib_core/rucy/restart.rb, line 32
    def notify_close
      @lock.synchronize{
        unless (@state) then
          @state = :close
          @cond.signal
        end
      }
      nil
    end