method
new
v1_8_7_330 -
Show latest stable
- Class:
Shell::ProcessController
new(shell)public
No documentation available.
# 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