google / promises

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

Promise.all not available #22

Closed KristopherGBaker closed 6 years ago

KristopherGBaker commented 6 years ago

Promise.all is mentioned in the documentation, but it does not appear to be available.

There is an all global function, but it only accepts promises of the same type.

FBLPromise.all is not available in Swift.

shoumikhin commented 6 years ago

Hi Kristopher,

You're correct, thank you for pointing that out! The documentation was just updated, please take a look and let us know if there's anything we could improve further.

Thanks.