# File lib/r10k/util/subprocess/runner/pump.rb, line 33
  def halt!
    @run = false
    @thread.join
  end