Created
March 21, 2018 11:29
-
-
Save olbrichj/44c85d57f8636225733e0645418a0f65 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
firstly { | |
when(fulfilled: promise1(), promise2()) | |
}.done { result1, result2 in | |
//… | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment