esdudnik
12/29/2020, 12:05 PMdispatch_get_main_queue
? I can’t find anything in changelogs abouts this. Thanks)russhwolf
12/29/2020, 3:35 PMA Main dispatcher is properly defined for all Darwin (Apple) targets, refers to the main thread, and integrates with Core Foundation main event loop. On Linux and Windows there is no platform-defined main thread, so Main simply refers to the current thread that must have been either created with newSingleThreadContext or be running inside runBlocking function.
esdudnik
12/29/2020, 5:30 PM