felislynx
06/03/2020, 7:19 AMfun apiCall() = GlobalScope.async(ApplicationDispatcher) {..}
so in Android code i can do
val returnValue = apiCall().await()
how to handle same flow in iOS ?
I see that return type for this function is
Kotlinx_coroutines_coreDeferred
but there is no await() function availablerusshwolf
06/03/2020, 12:43 PM