# File lib/childprocess/jruby/pump.rb, line 12
      def stop
        @stop = true
        @thread && @thread.join
      end