Concurrency in the Language
This video presents the same text shown beside it, spoken and on screen. It adds nothing the text does not say.
State
A language's concurrency treats the thread as an abstraction of a physical processor — and code is written the same way for concurrency and parallelism, since only the hardware beneath differs.
Show
An app's overlapping downloads are written once and run on whatever cores exist.
Watch for
Video 0204 drew the taxonomy; this is the programmer's seat.