Skip to content

Instantly share code, notes, and snippets.

@tiwiz
Created November 27, 2017 13:08
Show Gist options
  • Save tiwiz/2f957af24ee7f47bcd759b3f2b4db6a4 to your computer and use it in GitHub Desktop.
Save tiwiz/2f957af24ee7f47bcd759b3f2b4db6a4 to your computer and use it in GitHub Desktop.
suspend fun getDataAsync() =
async {
  getDataSync()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment