support calling suspend functions (and flow collect) from other iOS threads?
👀 8
m
Marc-Antoine Fortier
11/22/2021, 4:24 PM
Yes, I'm pretty sure it actually does! You can try the kmm-production-sample (New Memory-Model Demo branch). It uses ktor w/ coroutines and handles processing on background queue for both iOS & Android. 🙂