You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I suppose it’s kind of implicit by the analogy to Threads.@threads, but I don’t think it’s documented anywhere that @batch waits until all iterations are complete on all tasks? Would be nice to mention that for completeness, as in Threads.@threads’ docstring:
help?> Threads.@threads
Threads.@threads [schedule] for...end
A macro to execute a for loop in parallel. The iteration space is distributed to coarse-grained tasks. This policy can be specified by the
schedule argument. The execution of the loop waits for the evaluation of all iterations.
The text was updated successfully, but these errors were encountered:
I suppose it’s kind of implicit by the analogy to
Threads.@threads
, but I don’t think it’s documented anywhere that@batch
waits until all iterations are complete on all tasks? Would be nice to mention that for completeness, as inThreads.@threads
’ docstring:The text was updated successfully, but these errors were encountered: