Skip to content

Instantly share code, notes, and snippets.

@ceruleanotter
Created June 20, 2019 19:29
Show Gist options
  • Save ceruleanotter/d358cbd03533442d1e03eaf2415dfa04 to your computer and use it in GitHub Desktop.
Save ceruleanotter/d358cbd03533442d1e03eaf2415dfa04 to your computer and use it in GitHub Desktop.
ViewModel Integrations : Coroutines Example 1
// Don't use GlobalScope - for example purposes only
GlobalScope.launch {
longRunningFunction()
anotherLongRunningFunction()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment