block
by
joyrexus
e896587418f8b3b2896a
concurrent programming design
concurrency is not parallelism
- go is concurrent by design and Rob Pike explains why (
slides
)
concurrency patterns
- go pipelines and cancellation
bell-labs-style-csp
- the backstory
using csp
- the book