Loosing reference to local variables while debugging inside Coroutine scope

后端 未结 0 1823
时光取名叫无心
时光取名叫无心 2021-02-14 03:37

I have the following piece of code:

fun fetchProductFirstFold(url: String) {
    viewModelScope.launch(Dispatchers.IO) {
        val result = HkApiServiceProvider         


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