Skip to content

Commit 2ab1c59

Browse files
committed
remove trailing whitespace
1 parent 90714f1 commit 2ab1c59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Type/Iterable.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ C<race> method. Note that in some cases, choosing a degree higher than the avail
9595
can make sense, for example I/O bound work or latency-heavy tasks like web crawling. For
9696
CPU-bound work, however, it makes no sense to pick a number higher than the CPU core count.
9797
98-
The C<batch> size option configures the number of items sent to a given parallel worker at once.
98+
The C<batch> size option configures the number of items sent to a given parallel worker at once.
9999
It allows for making a throughput/latency trade-off. If, for example, an operation is long-running
100100
per item, and you need the first results as soon as possible, set it to 1. That means every
101101
parallel worker gets 1 item to process at a time, and reports the result as soon as possible.

0 commit comments

Comments
 (0)