Slide deck for my presentation on Deadlocks in Go for the Golang Guild Session @ VerticalScope.
This talk extends my previous slides on Golang Concurrency Patterns.
Click on the slide deck then press F
to expand to full screen.
Topics
- What deadlocks are
- When deadlocks typically happen
- How Go's runtime detects deadlocks
- Go's stacktraces
- Tools