1 min readSep 15, 2018
CoroutineScope
should be implemented by those classes in your application that have lifetime (that are created and destroyed) and launch coroutines. What is that — depends on a particular architecture of your app. For example, if you have ViewModel classes that serve this role, that they should implement CoroutineScope
.