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 ae72b70 commit 9be6234Copy full SHA for 9be6234
doc/Type/Promise.pod
@@ -219,7 +219,8 @@ exception of type C<X::Promise::Vowed>.
219
multi sub await(Promise:D)
220
multi sub await(*@)
221
222
-Waits until one or more promises are all fulfilled, and then returns their
223
-values. Also works on L<channels|/type/Channel>.
+Waits until one or more promises are I<all> fulfilled, and then returns their
+values. Also works on L<channels|/type/Channel>. Any broken promises will
224
+rethrow their exceptions.
225
226
=end pod
0 commit comments