https://kotlinlang.org logo
Title
l

louiscad

12/18/2019, 10:33 AM
Can we expect a native-mt release based on 1.3.3? That'd be helpful to get the latest and greatest for projects sharing coroutines for iOS and Android (and macOS). Context: libraries in dev phase (#splitties) as I'm experimenting before adding an iOS sample.
e

elizarov

12/18/2019, 3:22 PM
Yes. Building it now.
🎉 4
I’ve published version
1.3.3-native-mt
to Bintray with the updated version of the branch for native concurrency on top of
kotlinx.coroutines
1.3.3
and Kotlin
1.3.61
.
❤️ 4
u

uli

12/19/2019, 6:53 AM
How is the concurrency model mapped to coroutines in this approach? Is the approach described somewhere?
u

uli

12/19/2019, 6:55 AM
Thanks @elizarov. I am excited to see how that works