I completely agree Dave, especially when dealing w...
# coroutines
r
I completely agree Dave, especially when dealing with asynchronous code. However, thread visibility is one of those things that you need to know about whether you are using threads or coroutines. Otherwise you don't realize what actors and message passing of immutable data helps you with.