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 ace72df commit 5cb3a4dCopy full SHA for 5cb3a4d
doc/Type/Promise.pod6
@@ -292,8 +292,8 @@ or C<quit> with the C<cause> if the L<Promise> is Broken.
292
293
Waits until one or more promises are I<all> fulfilled, and then returns their
294
values. Also works on L<channels|/type/Channel>. Any broken promises will
295
-rethrow their exceptions. If a list of promises is provided a list of promises
296
-is returned.
+rethrow their exceptions. If a list is passed it will return a
+list containing the results of awaiting each item in turn.
297
298
=end pod
299
0 commit comments