Skip to content
This repository was archived by the owner on Jan 8, 2026. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions g3doc/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -1025,6 +1025,9 @@ they've been fulfilled, the promise returned from `all` is fulfilled with an
array of all fulfilled values. If one of the given promises is rejected, then
the returned promise is rejected with the same error.

Note that `all` and other extensions do not control the order in which the
promises get resolved.

In Swift, the `all` operator also allows passing promises of heterogeneous
types. For this case, the returned promise will be resolved with a tuple
containing the values of the input promises in the same order they were
Expand Down