WukongRework.exe
12/22/2020, 11:17 PMfor (function in listOfSuspendingFunctions) {
launch {
function.call()
}
}
function.call()
to blockCasey Brooks
12/22/2020, 11:19 PM.async { }
is the builder you’d want to use instead of .launch { }
WukongRework.exe
12/22/2020, 11:19 PMCasey Brooks
12/22/2020, 11:20 PMDominaezzz
12/22/2020, 11:20 PMWukongRework.exe
12/22/2020, 11:22 PMDominaezzz
12/22/2020, 11:57 PMWukongRework.exe
12/23/2020, 12:20 AMmarstran
12/23/2020, 8:12 AMCasey Brooks
12/23/2020, 3:56 PMlaunch
, where you have inner coroutineScope { }
blocks, and maybe the initial scope you’re starting from. Can you paste the whole snippet from your code here (and not just an example)?WukongRework.exe
12/30/2020, 7:04 PM