Created
June 20, 2019 19:29
-
-
Save ceruleanotter/d358cbd03533442d1e03eaf2415dfa04 to your computer and use it in GitHub Desktop.
ViewModel Integrations : Coroutines Example 1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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