Kotlin / kmm-integration-sample

Apache License 2.0
93 stars 48 forks source link

Provide official sample code to work with Kotlin Coroutines #17

Closed mecoFarid closed 1 year ago

mecoFarid commented 1 year ago

Just like in any other project, Kotlin core devs overlooked the major issue - Kotlin Coroutines.

It would be really nice to see what approach should be used to properly execute and cancel tasks/jobs started through Kotlin Coroutines and how they should be handled from Swift.

The problem I can see here is, whenever core team is unable to resolve something they leave it out or ask the dev to complete that task as a home assignment. This is the exact reason this sample lack example using Kotlin Couroutines