<@U5NBC1Q4U> It is true that you can use the same ...
# coroutines
e
@s1m0nw1 It is true that you can use the same synchronization patterns with coroutines that you use with threads, but you don’t have to. Coroutines encourage you to adopt “share by communicating” style, where you don’t have a mutable shared state at all, nor there is any need to have mutexes and such