Hacked By AnonymousFox

Current Path : /proc/thread-self/root/proc/self/root/opt/alt/ruby31/share/gems/gems/rake-13.0.6/lib/rake/
Upload File :
Current File : //proc/thread-self/root/proc/self/root/opt/alt/ruby31/share/gems/gems/rake-13.0.6/lib/rake/multi_task.rb

# frozen_string_literal: true
module Rake

  # Same as a regular task, but the immediate prerequisites are done in
  # parallel using Ruby threads.
  #
  class MultiTask < Task
    private

    def invoke_prerequisites(task_args, invocation_chain) # :nodoc:
      invoke_prerequisites_concurrently(task_args, invocation_chain)
    end
  end
end

Hacked By AnonymousFox1.0, Coded By AnonymousFox