method
    
    new
 
  new(shell)
  public
  
    Hide source    
    
      
  
# File lib/shell/process-controller.rb, line 60 def initialize(shell) @shell = shell @waiting_jobs = [] @active_jobs = [] @jobs_sync = Sync.new @job_monitor = Mutex.new @job_condition = ConditionVariable.new end

 
   
  