Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
expound degree of parallelism
  • Loading branch information
zoffixznet committed Jan 25, 2016
1 parent ed6cb28 commit 5ecee77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Type/Iterable.pod
Expand Up @@ -94,7 +94,7 @@ Usage:
ITERABLE.race(BATCH?, DEGREE?)
Returns another Iterable that is potentially iterated in parallel, with a
given batch size and degree of parallelism.
given batch size and degree of parallelism (number of parallel workers).
Unlike C<hyper>, C<race> does not preserve the order of elements.
Expand Down

0 comments on commit 5ecee77

Please sign in to comment.