Android开发的新手,这两个库之间我感到困惑,以及为什么我想要一个库。我已经回顾了以下内容:
•
•
本机Mt和正常Kotlin之间有什么不同coroutine lib?
• coroutines的多线程版本
我仍然不清楚。适用于仅Android项目。据我了解,本机MT适用于本地,那么为什么可以适合Android?
谢谢。
New to Android development and I’m confused between these two libraries and why I would want one over the other for Android. I’ve reviewed the following:
• https://kotlinlang.org/docs/multiplatform-mobile-concurrency-and-coroutines.html#multithreaded-coroutines
• https://blog.jetbrains.com/kotlin/2021/12/introducing-kotlinx-coroutines-1-6-0/
• What's the different between native-mt and normal kotlin coroutine lib?
• Multithreaded version of coroutines
It’s still not clear to me how this applies to an Android-only project. As I understand it, native-mt applies to Native, so why is this available for Android?
Thank you.
发布评论