Do flows work correctly in K/N? Are there any hidden pitfalls, anything like lack of multithreading in coroutines?
l
louiscad
06/16/2019, 10:00 PM
You already know coroutines don't support multithread on Kotlin/Native for now. Other than that, they should work just fine since flows can be singlethreaded.