Created
July 13, 2019 20:50
-
-
Save RBusarow/5e9df9d876db1ea6f73bc01f64463d80 to your computer and use it in GitHub Desktop.
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
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