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 e16e241 commit 08c1b36Copy full SHA for 08c1b36
doc/Language/concurrency.pod6
@@ -312,8 +312,9 @@ This could also be written using the C<react> keyword:
312
}
313
314
315
-Here the X<C<whenever>> keyword creates a tap on the L<Supply> from the provided
316
-block. The C<react> block is exited when C<done()> is called in one of the taps.
+Here the X<C<whenever>> keyword uses L«C<.act>|/type/Supply#method_act»
+to create a tap on the L<Supply> from the provided block. The C<react>
317
+block is exited when C<done()> is called in one of the taps.
318
319
A second argument can be supplied to C<interval> which specifies a delay
320
in seconds before the first event is fired. Each tap of a supply created
0 commit comments