Hi All, I’m using a bunch of flows in my KMM modul...
# compose-ios
p
Hi All, I’m using a bunch of flows in my KMM module, but these are really sluggish and don’t seem to work asynchronously in iOS - are flows properly supported on IOS?
r
don’t seem to work asynchronously in iOS
What do you mean? Flows are asynchronicity
Do you mean parallelism maybe? What exactly works for you on Android but not on iOS?
j
Maybe take a look at KMP-NativeCoroutines library
d
On iOS: • You can use kotlinx.coroutines Flow https://github.com/Kotlin/kotlinx.coroutines • And use https://ktor.io/ client for network requests