We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcb3cc5 commit 4b60c95Copy full SHA for 4b60c95
doc/Type/Supply.pod6
@@ -534,7 +534,7 @@ sleep(10);
534
As can be seen above, C<$supply1> received all values emitted to the C<Supplier>
535
while C<$supply2> only received one value. The 43 was thrown away because it
536
was followed by another 'last' value 44 which was retained and sent to C<$supply2>
537
-after approx. eight seconds, this due to the fact that the timeout <$time> was
+after approx. eight seconds, this due to the fact that the timeout C<$time> was
538
reset after three seconds.
539
540
=head2 method reduce
0 commit comments