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
You Might Also Like
Gen AI apps are built with MongoDB Atlas
MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of KMP NativeCoroutines!