A library to use Kotlin Coroutines from Swift code in KMP apps. Both KMP and Kotlin Coroutines are amazing, but together they have some limitations. The most important limitation is cancellation support. Kotlin suspend functions are exposed to Swift as functions with a completion handler. This allows you to easily use them from your Swift code, but it doesn't support cancellation. Besides cancellation support, ObjC doesn't support generics on protocols. The library consists of a Kotlin and Swift part which you'll need to add to your project.
Features
- The library consists of a Kotlin and Swift part which you'll need to add to your project
- Documentation available
- Examples available
- The plugin will automagically generate the necessary code for you
- Using your Kotlin Coroutines code from Swift is almost as easy as calling the Kotlin code
- The Async implementation provides some functions to get async Swift functions and AsyncSequences
Categories
LibrariesLicense
MIT LicenseFollow KMP NativeCoroutines
Other Useful Business Software
Our Free Plans just got better! | Auth0
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of KMP NativeCoroutines!