All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jruby.kernel19.process.rb Maven / Gradle / Ivy

There is a newer version: 9.4.9.0
Show newest version
module Process
  class WaitThread < Thread
    # only created from Java and used for popen3 right now
    class << self
      private :new
    end
    
    def pid
      self[:pid]
    end
  end
  def self.spawn(*args)
    _spawn_internal(*JRuby::ProcessUtil.exec_args(args))
  end
end




© 2015 - 2025 Weber Informatics LLC | Privacy Policy