kpgalligan
03/08/2020, 3:22 PMArchie
03/09/2020, 4:00 AMobject IosMainDispatcher : CoroutineDispatcher() {
override fun dispatch(context: CoroutineContext, block: Runnable) {
dispatch_async(dispatch_get_main_queue()) { block.run() }
}
}
for ios?