Golang Guild Session: Concurrency Primitives
Golang Guild Session: Concurrency Primitives
Slide deck for my presentation on Golang Concurrency Primitives for the Golang Guild Session @ VerticalScope.
Click on the slide deck then press F to expand to full screen.
Topics
- goroutines
- channels
- sync.WaitGroup
- sync.Once
- mutexes
- extra:
- sync/atomic
- sync.Map
- errgroup.Group
References
This post is licensed under CC BY 4.0 by the author.