I have a simple ktor example that works on iOS <ht...
# kotlin-native
b
I have a simple ktor example that works on iOS https://github.com/bootstraponline/run_blocking
e
Awesome, I’ll poke at that repo. Thank you!
👍 1
y
@bootstraponline Can we use suspend function in iOS? I have thought it is not possible yet!
b
You can pass in a callback or use a custom run blocking method. Both approaches are described in this issue discussion: https://github.com/ktorio/ktor/issues/678#issuecomment-433478895
y
Thank you!