Skip to content

Instantly share code, notes, and snippets.

@s4cha
Last active March 5, 2016 23:03
Show Gist options
  • Save s4cha/53e950fc578705a7701b to your computer and use it in GitHub Desktop.
Save s4cha/53e950fc578705a7701b to your computer and use it in GitHub Desktop.
func fetchUserId() -> Promise<Int> {
return Promise { resolve, reject in
doSomethingAsync { resolve(object: userId) }
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment