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
Zenflow- The AI Workflow Engine for Software Devs
Zenflow is the AI workflow engine built for real teams. Parallel agents plan, code, test, and verify in one workflow. With spec-driven development and deep context, Zenflow turns requirements into production-ready output so teams ship faster and stay in flow.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of KMP NativeCoroutines!