Skip to content

Instantly share code, notes, and snippets.

@anitaa1990
Created July 10, 2024 11:52
Show Gist options
  • Save anitaa1990/f5cb2d42e59262e7e80dc33a0ffcc3b5 to your computer and use it in GitHub Desktop.
Save anitaa1990/f5cb2d42e59262e7e80dc33a0ffcc3b5 to your computer and use it in GitHub Desktop.
GlobalScope.launch {
val config = fetchConfigFromServer() // network request
updateConfiguration(config)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment