Is there a pod for coroutines? I’m trying to use t...
# multiplatform
p
Is there a pod for coroutines? I’m trying to use them in an iOS project with the new cocoapods plugin.
s
You can't call a suspend function directly from Swift/ObjC because those languages don't have any notion of what it is.