functions and iOS:
Am I correct in assuming that even when running on iOS, suspension does work as it does on Android (without blocking the thread it is running on etc)? The only limitation being that a
suspend
function cannot be invoked from Swift/Obj-C code?
k
kpgalligan
02/25/2020, 3:07 PM
Yes, suspend works. You need a callback of some sort to get back into ios
c
curioustechizen
02/25/2020, 3:08 PM
Great. Thanks
r
ribesg
02/26/2020, 8:58 AM
to get back to Swift/Obj-C*
There’s no problem if you go 100% Kotlin 😛