Join Slack
Powered by
If all go does is to create a new coroutine that r...
# coroutines
o
okkero
12/20/2016, 8:10 AM
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?
Open in Slack
Previous
Next