File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -76,8 +76,7 @@ Defined as:
76
76
77
77
method hyper(Int(Cool) :$batch = 64, Int(Cool) :$degree = 4 --> Iterable)
78
78
79
- B « NOTE: currently, L < this method is
80
- experimental|https://6guts.wordpress.com/2017/03/16/considering-hyperrace-semantics/ > »
79
+ B « L < More information|https://6guts.wordpress.com/2017/03/16/considering-hyperrace-semantics/ > »
81
80
82
81
Returns another Iterable that is potentially iterated in parallel, with a
83
82
given batch size and degree of parallelism.
@@ -92,8 +91,7 @@ Defined as:
92
91
93
92
method race(Int(Cool) :$batch = 64, Int(Cool) :$degree = 4 --> Iterable)
94
93
95
- B « NOTE: currently, L < this method is
96
- experimental|https://6guts.wordpress.com/2017/03/16/considering-hyperrace-semantics/ > »
94
+ B « L < More information|https://6guts.wordpress.com/2017/03/16/considering-hyperrace-semantics/ > »
97
95
98
96
Returns another Iterable that is potentially iterated in parallel, with a
99
97
given batch size and degree of parallelism (number of parallel workers).
You can’t perform that action at this time.
0 commit comments