Go Class: 28 Conventional Synchronization
8K views on YouTube
This segment introduces the tools of package sync and sync/atomic, particularly the Mutex and RWMutex.
Slides at: https://github.com/matt4biz/go-class-slides/blob/trunk/xmas-2020/README.md
Race condition example at: https://github.com/matt4biz/go-class-racer