Object
# File lib/childprocess/jruby/pump.rb, line 6 def initialize(input, output) @input = input @output = output @stop = false end
# File lib/childprocess/jruby/pump.rb, line 17 def run @thread = Thread.new { pump } self end
# File lib/childprocess/jruby/pump.rb, line 12 def stop @stop = true @thread && @thread.join end
[Validate]
Generated with the Darkfish Rdoc Generator 2.