We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a05e66 commit f5c079dCopy full SHA for f5c079d
doc/Language/operators.pod6
@@ -326,7 +326,7 @@ Hyper operators are defined recursively on nested arrays.
326
327
Also, methods can be called in an out of order, concurrent fashion. The
328
resulting list will be in order. Note that all hyper operators are candidates
329
-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
330
optimizer has full reign over hyper operators, which is the reason that they
331
cannot be defined by the user.
332
0 commit comments