Skip to content

Commit

Permalink
Improve multitask performance
Browse files Browse the repository at this point in the history
  • Loading branch information
jsm committed Sep 28, 2018
1 parent 124a03b commit c986b74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rake/task.rb
Expand Up @@ -248,7 +248,7 @@ def invoke_prerequisites_concurrently(task_args, invocation_chain)# :nodoc:
r.invoke_with_call_chain(prereq_args, invocation_chain)
end
end
futures.each(&:value)
futures.reverse_each(&:value)
end

# Format the trace flags for display.
Expand Down

0 comments on commit c986b74

Please sign in to comment.