Skip to content

Commit 262ab9d

Browse files
committed
Add information that @batch waits to docstring
Fixes #150
1 parent efea56f commit 262ab9d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/closure.jl

Lines changed: 2 additions & 1 deletion
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)