How to launch a coroutine in IO that can pause when lifecyle is not atleast in STARTED state

前端 未结 0 1342
挽巷
挽巷 2020-12-09 16:15

Using lifecycleScope.launchWhenStarted I can start a coroutine that will pause if my activity is not in atleast started state, and will resume if when the activ

相关标签:
回答
  • 消灭零回复
提交回复
热议问题