Are you using coroutines in production? No problem...
# coroutines
n
Are you using coroutines in production? No problems (e.g. on old devices)? (Android)
v
What kind of problems do you anticipate? Decompiled coroutine-based code is a very dumb state-machine. None of the advanced platform features are used
n
Well… Any. E.g. recently I got runtime crash on call Map.getOrDefault() as it
since 1.8
. Ofc. it’s not about coroutines but about “what kind”.
k
Only problems I've got - race conditions, that is very easy to get when writing straightforward code without thinking of racing.
But this is not problem of coroutines, it's in my code.
l
I'm using coroutines (with kotlinx lib) in 2 production Android apps and it's working perfectly
🍾 1