Skip to content

Instantly share code, notes, and snippets.

@abdurahmanadilovic
Last active November 30, 2017 19:07
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/4fe458ca10392af7ca20f8e67aa8b763 to your computer and use it in GitHub Desktop.
Save abdurahmanadilovic/4fe458ca10392af7ca20f8e67aa8b763 to your computer and use it in GitHub Desktop.
Example of coroutine launch block
launch {
// some code
val value = dataStorageImplementation.getStringValue("some_key")
// some code
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment