Home Golang Guild Session: Deadlocks (and how to break out of them)
Post
Cancel

Golang Guild Session: Deadlocks (and how to break out of them)

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

References

This post is licensed under CC BY 4.0 by the author.

Golang Guild Session: Concurrency Patterns

Kubernetes In Action