File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -1951,6 +1951,11 @@ previous method call. With feed operators, that restriction is gone.
1951
1951
The resulting code could also be seen to be more readable than a series of
1952
1952
method calls broken over multiple lines.
1953
1953
1954
+ Note: In the future, this operator will see some change as it gains the
1955
+ ability to run list operations in parallel. It will enforce that the
1956
+ B < left > operand is enclosable as a closure (that can be cloned and run in
1957
+ a subthread).
1958
+
1954
1959
= head2 infix C « <== »
1955
1960
1956
1961
This X < leftward feed > operator takes the result from the right and passes
@@ -1996,6 +2001,11 @@ to "break into" the statement and capture an intermediary result which
1996
2001
can be extremely useful for debugging or to take that result and create
1997
2002
another variation on the final result.
1998
2003
2004
+ Note: In the future, this operator will see some change as it gains the
2005
+ ability to run list operations in parallel. It will enforce that the
2006
+ B < right > operand is enclosable as a closure (that can be cloned and run in
2007
+ a subthread).
2008
+
1999
2009
= end pod
2000
2010
2001
2011
# vim: expandtab shiftwidth=4 ft=perl6
You can’t perform that action at this time.
0 commit comments