# File lib/rufus/sc/jobqueues.rb, line 139
    def << (job)

      @mutex.synchronize { @jobs[job.job_id] = job }
    end