Olenyov Kirill
04/06/2020, 9:59 PMspierce7
04/06/2020, 11:15 PMOlenyov Kirill
04/06/2020, 11:17 PMspierce7
04/07/2020, 12:17 AMdelay
statements. Can you comment issue, thumbs it up and state that you are seeing this problem? https://youtrack.jetbrains.com/issue/KT-37958louiscad
04/07/2020, 9:23 AMOlenyov Kirill
04/07/2020, 9:45 AMlouiscad
04/07/2020, 9:51 AMOlenyov Kirill
04/07/2020, 9:53 AMlouiscad
04/07/2020, 9:54 AMOlenyov Kirill
04/07/2020, 10:03 AMKris Wong
04/07/2020, 12:52 PMOlenyov Kirill
04/07/2020, 12:58 PMKris Wong
04/07/2020, 1:01 PMrunBlocking
Olenyov Kirill
04/07/2020, 1:18 PMlouiscad
04/07/2020, 3:10 PMnative-mt
artifacts, there's no Dispatchers.Default
available, so the coroutine launch is never dispatched.
Only runBlocking
is available on Kotlin/Native even without the native-mt artifacts (from native code, not from common code).Olenyov Kirill
04/07/2020, 3:14 PMlouiscad
04/07/2020, 3:45 PMOlenyov Kirill
04/07/2020, 3:48 PMKris Wong
04/09/2020, 7:40 PMOlenyov Kirill
04/09/2020, 7:47 PMlouiscad
04/09/2020, 8:24 PMDispatchers.Main
and Dispatchers.Default
in native-mt
, or this dispatcher: https://github.com/Kotlin/kotlinx.coroutines/issues/470#issuecomment-440080970 (issue is first link by Googling "ios main thread coroutines dispatcher", you then need to scroll to find the snippet I linked, you can see a great number of positive reactions to it)Olenyov Kirill
04/10/2020, 1:06 PMlouiscad
04/10/2020, 11:59 PM