Skip to content

Instantly share code, notes, and snippets.

@KhomDrake
Last active March 8, 2022 02:20
Show Gist options
  • Save KhomDrake/c0ed4d0782ea6c2c4958f6da0bfe4603 to your computer and use it in GitHub Desktop.
Save KhomDrake/c0ed4d0782ea6c2c4958f6da0bfe4603 to your computer and use it in GitHub Desktop.
requestScope.launch {
val moviesComedy = loadMovies("Comedy")
val moviesAction = loadMovies("Action")
launch(Dispatchers.Main) {
showMoviesGenre(moviesComedy)
showMoviesGenre(moviesAction)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment