If all go does is to create a new coroutine that r...
# coroutines
o
If all go does is to create a new coroutine that runs on the same thread (current thread), then I don't see how shared mutable state could be a problem. After all, we're not dealing with concurrently running threads. Can you elaborate?