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