Created
March 21, 2018 11:49
-
-
Save olbrichj/06fc2c419b9a7895e99e7dbfe35f8640 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
let p1 = promise1.then { | |
... | |
} | |
let p2 = promise2.then { | |
... | |
} | |
when(fulfilled: p1, p2).catch { error in | |
... | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment