method

new

new(shell)
public

No documentation available.

# File lib/shell/process-controller.rb, line 93
    def initialize(shell)
      @shell = shell
      @waiting_jobs = []
      @active_jobs = []
      @jobs_sync = Sync.new

      @job_monitor = Mutex.new
      @job_condition = ConditionVariable.new
    end