Mark
12/03/2020, 2:42 AMshareIn()
, if I want to expose a SharedFlow
from a DataSource (to reduce duplicate queries) what to do about the coroutine scope? For Android, GlobalScope
, ProcessLifecycleOwner.get().lifecycle.coroutineScope
or some other strategy altogether?