Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Clarify parallelism of hyper operators
  • Loading branch information
ugexe committed May 10, 2019
1 parent 5a05e66 commit f5c079d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Language/operators.pod6
Expand Up @@ -326,7 +326,7 @@ Hyper operators are defined recursively on nested arrays.
Also, methods can be called in an out of order, concurrent fashion. The
resulting list will be in order. Note that all hyper operators are candidates
for autothreading and will cause tears if the methods have side effects. The
for parallelism and will cause tears if the methods have side effects. The
optimizer has full reign over hyper operators, which is the reason that they
cannot be defined by the user.
Expand Down

0 comments on commit f5c079d

Please sign in to comment.