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 9d68384 commit cd4164cCopy full SHA for cd4164c
S17-concurrency.pod
@@ -645,6 +645,14 @@ a C<Supply> of coordinates into a C<Supply> of begin/end points.
645
Produces a C<Supply> that passes on the values of the given Supply with the
646
given delay (in seconds).
647
648
+=item unchanged
649
+
650
+ my $u = $s.unchanged( $seconds, :$scheduler );
651
652
+Produces a C<Supply> that only passes on a value if it wasn't superseded by
653
+another value in the given time (in seconds). Optionally uses another
654
+scheduler than the default scheduler, using the C<scheduler> named parameter.
655
656
=back
657
658
There are some others that will only publish a result or results if C<done> is
0 commit comments