Closed KristopherGBaker closed 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.
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.
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.