Skip to content

Commit

Permalink
hyper/race are no longer experimental
Browse files Browse the repository at this point in the history
- but keep the link for now, until the documentation has migrated here
  • Loading branch information
lizmat committed Oct 23, 2017
1 parent 920c6cb commit 4ec20e2
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions doc/Type/Iterable.pod6
Expand Up @@ -76,8 +76,7 @@ Defined as:
method hyper(Int(Cool) :$batch = 64, Int(Cool) :$degree = 4 --> Iterable)
B«NOTE: currently, L<this method is
experimental|https://6guts.wordpress.com/2017/03/16/considering-hyperrace-semantics/>»
B«L<More information|https://6guts.wordpress.com/2017/03/16/considering-hyperrace-semantics/>»
Returns another Iterable that is potentially iterated in parallel, with a
given batch size and degree of parallelism.
Expand All @@ -92,8 +91,7 @@ Defined as:
method race(Int(Cool) :$batch = 64, Int(Cool) :$degree = 4 --> Iterable)
B«NOTE: currently, L<this method is
experimental|https://6guts.wordpress.com/2017/03/16/considering-hyperrace-semantics/>»
B«L<More information|https://6guts.wordpress.com/2017/03/16/considering-hyperrace-semantics/>»
Returns another Iterable that is potentially iterated in parallel, with a
given batch size and degree of parallelism (number of parallel workers).
Expand Down

0 comments on commit 4ec20e2

Please sign in to comment.