Skip to content

Instantly share code, notes, and snippets.

@LucianoPAlmeida
Created July 20, 2019 19:03
Show Gist options
  • Save LucianoPAlmeida/0e4a24a072806f977c627557337fb1a3 to your computer and use it in GitHub Desktop.
Save LucianoPAlmeida/0e4a24a072806f977c627557337fb1a3 to your computer and use it in GitHub Desktop.
Kotlin coroutines
suspend fun getUser(usid: String) {
val token = apiToken()
val user = findUser(usid, token)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment