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 c4db4e1 commit 9089b24Copy full SHA for 9089b24
S17-concurrency.pod
@@ -424,8 +424,9 @@ is assumed between the two.)
424
=head1 Outcome
425
426
There is an C<outcome> statement [keywords still negotiable]. In its
427
-simplest form it just takes a list of C<Promise>s and C<Channel>s and returns
428
-a lazy list of all the values returned by all Promises and Channels specified:
+simplest form it just takes a list of C<Promise>s and / or C<Channel>s and
+returns a lazy list of all the values returned by all Promises and Channels
429
+specified:
430
431
my @values = outcome @p, @c;
432
0 commit comments