Skip to content

Instantly share code, notes, and snippets.

@RBusarow
Created July 13, 2019 20:50
Show Gist options
  • Save RBusarow/5e9df9d876db1ea6f73bc01f64463d80 to your computer and use it in GitHub Desktop.
Save RBusarow/5e9df9d876db1ea6f73bc01f64463d80 to your computer and use it in GitHub Desktop.
class SomeCoroutineScopeClass : CoroutineScope {
override val coroutineContext = Job() + Dispatchers.Main
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment