Skip to content

Commit 515e2cf

Browse files
authored
Merge pull request #151 from Socob/master
Add information that `@batch` waits to docstring
2 parents efea56f + 262ab9d commit 515e2cf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/closure.jl

+2-1
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,8 @@ end
541541
"""
542542
@batch for i in Iter; ...; end
543543
544-
Evaluate the loop on multiple threads.
544+
Evaluate the loop on multiple threads. The execution of the loop waits for the evaluation
545+
of all iterations.
545546
546547
@batch minbatch=N for i in Iter; ...; end
547548

0 commit comments

Comments
 (0)