# File lib/mongo/server/monitor.rb, line 212
      def restart!
        if @thread && @thread.alive?
          @thread
        else
          run!
        end
      end