Question about `suspend` functions and iOS: Am I ...
# multiplatform
c
Question about
suspend
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
Yes, suspend works. You need a callback of some sort to get back into ios
c
Great. Thanks
r
to get back to Swift/Obj-C* There’s no problem if you go 100% Kotlin 😛
😄 1
☝️ 1