Is there an API/pattern we should be using in plac...
# coroutines
p
Is there an API/pattern we should be using in place of CoroutineScope.actor, since that method (and anything to do with Channels) is marked as ObsoleteCoroutineApi?
It still seems like the official docs are very publicly pushing people towards using this pattern: https://kotlinlang.org/docs/shared-mutable-state-and-concurrency.html , with no mention of the fact that it’s considered obsolete!