Skip to content

Commit 4ec20e2

Browse files
committed
hyper/race are no longer experimental
- but keep the link for now, until the documentation has migrated here
1 parent 920c6cb commit 4ec20e2

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

doc/Type/Iterable.pod6

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,7 @@ Defined as:
7676
7777
method hyper(Int(Cool) :$batch = 64, Int(Cool) :$degree = 4 --> Iterable)
7878
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/>»
8180
8281
Returns another Iterable that is potentially iterated in parallel, with a
8382
given batch size and degree of parallelism.
@@ -92,8 +91,7 @@ Defined as:
9291
9392
method race(Int(Cool) :$batch = 64, Int(Cool) :$degree = 4 --> Iterable)
9493
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/>»
9795
9896
Returns another Iterable that is potentially iterated in parallel, with a
9997
given batch size and degree of parallelism (number of parallel workers).

0 commit comments

Comments
 (0)