Concurrency is not Parallelism

YOUTUBE oV9rvDllKEg Concurrency is not Parallelism, a talk given by Rob Pike at some venue sponsored by Heroku. Famous.

Concurrency is about dealing with a lot of things at once, but parallelism is about doing a lot of things at once.

These are related ideas, but they're different.

Paralellism is execution.

Concurrency is about structure.