It depends on what is actor here. If it’s a class ...
# coroutines
o
It depends on what is actor here. If it’s a class and you have properties there, and you are running multiple coroutines against the same instance, of course you have shared data, pretty much the same as in thread, but you don’t block the thread on locks (you need coroutine-aware mutexes), it instead is suspended