Skip to content

Instantly share code, notes, and snippets.

@robertmryan
Created July 27, 2019 17:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save robertmryan/a6bcc06530e1a27bc7f0c25c87fee252 to your computer and use it in GitHub Desktop.
Save robertmryan/a6bcc06530e1a27bc7f0c25c87fee252 to your computer and use it in GitHub Desktop.
firstly {
when(fulfilled: [foo(), bar()])
}.done { results in
print(results)
}.catch { error in
print(error)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment