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