Skip to content

Commit

Permalink
Update performance-tips.md (#29543)
Browse files Browse the repository at this point in the history
My apologies if this small edit is somewhere else waiting to be merged. I couldn't find it...

(cherry picked from commit 62e9ba4)
  • Loading branch information
raminammour authored and KristofferC committed Feb 20, 2020
1 parent ebf1650 commit 76cbd98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/src/manual/performance-tips.md
Original file line number Diff line number Diff line change
Expand Up @@ -1091,7 +1091,7 @@ using Distributed
responses = Vector{Any}(undef, nworkers())
@sync begin
for (idx, pid) in enumerate(workers())
@async responses[idx] = remotecall_fetch(pid, foo, args...)
@async responses[idx] = remotecall_fetch(foo, pid, args...)
end
end
```
Expand Down

0 comments on commit 76cbd98

Please sign in to comment.