Hello, wich way is better for run global coroutine...
# coroutines
a
Hello, wich way is better for run global coroutine? And do we have another opportunity to GlobalScope.launch?
g
If you need global, just use GlobalScope
a
thx)
z
if you need global, you should still have your own coroutine scope to manage that
g
Yes, if you really manage it, otherwise it’s just boilerplate