Replies: 1 comment 5 replies
-
Hi @NikKovIos, do you mean names when implementing an interface with suspending functions? Overriding Kotlin suspend functions from Swift is limited and doesn't propagate Swift's nor Kotlin's concurrency. That's true with or without SKIE.
|
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi)
Regarding this https://skie.touchlab.co/ there are examples with suspend functions:
But after implementing skie, we got
__
before functions. I've readed https://skie.touchlab.co/features/suspend but still have a hope that it's not mandatory rule and we can safe original function names.BTW
__
in swift mean that it's a private API or internal var (objc rudiment) so it's not best naming.Beta Was this translation helpful? Give feedback.
All reactions