Is there any reason I shouldn’t use GlobalScope in...
# android
l
Is there any reason I shouldn’t use GlobalScope in an Application scoped LifecycleObserver?
g
If you don't have cases when you want to stop all jobs started from this scope, GlobalScope is fine for this use case