diff --git a/CodeReviewConcurrency.md b/CodeReviewConcurrency.md index cf4a220c..060720ca 100644 --- a/CodeReviewConcurrency.md +++ b/CodeReviewConcurrency.md @@ -233,6 +233,7 @@ Go concurrency: - [Go Concurrency Patterns: Context](https://blog.golang.org/context) - [Go Concurrency Patterns: Pipelines and cancellation](https://blog.golang.org/pipelines) - [Advanced Go Concurrency Patterns](https://blog.golang.org/io2013-talk-concurrency) (video) + - [Understanding Real-World Concurrency Bugs in Go](https://songlh.github.io/paper/go-study.pdf) Concurrency, but not specific to Go: - [Mechanical Sympathy: Single Writer Principle](