Roman Leventov 2021-04-01 10:42:11 +02:00
parent ad65e01e4e
commit bb08fb0e53

@ -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](