question: from <https://github.com/Kotlin/kotlinx....
# coroutines
l
question: from https://github.com/Kotlin/kotlinx.coroutines/blob/master/coroutines-guide.md#actors
A simple actor can be written as a function, but an actor with a complex state is better suited for a class.
Can someone point me to an example of an actor as a class?
1