# File lib/rufus/scheduler/job_array.rb, line 36
      def initialize

        @mutex = Mutex.new
        @array = []
      end