Slide deck for my presentation on Golang Concurrency Patterns for the Golang Guild Session @ VerticalScope.
This talk builds upon my previous slides on Golang Concurrency Primitives.
Click on the slide deck then press F
to expand to full screen.
Topics
- The Done channel pattern
- The Fan-In pattern
- The Fan-Out pattern
- Sharding
- Bounded Parallelism
- Backpressure
- Deadlocks (stay tuned)