Skip to content

Instantly share code, notes, and snippets.

@jhonatansabadi
Created March 17, 2022 15:58
Show Gist options
  • Save jhonatansabadi/54bbbc48c840302a347695393b916e89 to your computer and use it in GitHub Desktop.
Save jhonatansabadi/54bbbc48c840302a347695393b916e89 to your computer and use it in GitHub Desktop.
viewModelScope.launch(Dispatcher.IO) {
val result = apiCall()
_myLiveData.postValue(result)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment