Skip to content

Instantly share code, notes, and snippets.

@abdurahmanadilovic
Created December 2, 2017 08:03
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 abdurahmanadilovic/e744c4726880f1f1a320bbb39d7c576c to your computer and use it in GitHub Desktop.
Save abdurahmanadilovic/e744c4726880f1f1a320bbb39d7c576c to your computer and use it in GitHub Desktop.
run coroutine builder
launch(UI) {
val value = run(CommonPool) {
dataStorageImplementation.getStringValue("some_key")
}
textView.text = value
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment