# File lib/core/work_queue.rb, line 71 def initialize(container) @lock = Mutex.new @schedule = Schedule.new @container = container @closed = nil end