Tianyu Zhu
10/06/2023, 8:06 PMGlobalScope in Kotlin/JS?
I can't seem to find any other `CoroutineScope`s to use...Casey Brooks
10/06/2023, 8:09 PMMainScope() or CoroutineScope(Dispatchers.Default + SupervisorJob())Tianyu Zhu
10/06/2023, 8:13 PMGlobalScope.launch { ... } the resulting job won't get canceled? Is that because... GlobalScope never canceled?kevin.cianfarini
10/06/2023, 8:44 PMkevin.cianfarini
10/06/2023, 8:45 PMasync but returns a promise which can be awaited in jsCLOVIS
10/08/2023, 9:28 AMIs that because...Yesnever canceled?GlobalScope