More on this book
Community
Kindle Notes & Highlights
Read between
August 8 - October 27, 2021
Concurrency is about dealing with lots of things at once. Parallelism is about doing lots of things at once. Not the same, but related. One is about structure, one is about execution. Concurrency provides a way to structure a solution to solve a problem that may (but not necessarily) be parallelizable.1 Rob Pike, Co-inventor of the Go language