# File lib/rufus/scheduler/jobs.rb, line 172
      def [](key)

        @local_mutex.synchronize { @locals[key] }
      end