when using "suspend" functions in interfaces (not implementation) for common shared code. How is that "suspend" qualifier translated for iOS code implementing that interface?
l
louiscad
09/21/2020, 6:15 PM
Similar to the JVM I'd guess, but I'm not sure it's exported to Obj-C.
k
Kris Wong
09/21/2020, 6:55 PM
iirc, as of 1.4 it's exported with an additional callback parameter