google / promises

Promises is a modern framework that provides a synchronization construct for Swift and Objective-C.
Apache License 2.0
3.79k stars 292 forks source link

Add documentation to +all: that clarifies the order in which promises… #163

Closed ykjchen closed 5 months ago

ykjchen commented 3 years ago

… are resolved and their position in the returned array.

ykjchen commented 3 years ago

See https://github.com/google/promises/pull/144#issuecomment-671079231 for context.

@jeff-h does this look good to you?