Sudhir Singh Khanger
06/07/2021, 4:20 AMNonCancellable in the following case? Would it outlive the scope and finish the job?
viewModelScope.launch {
    withContext(NonCancellable + <http://Dispatchers.IO|Dispatchers.IO>) {
         // some job
    }
}gildor
06/07/2021, 4:44 AMSudhir Singh Khanger
06/07/2021, 5:06 AM