Computer Science / CS 0377 · Atom · ~20 seconds
Concurrency in the Language
Video not yet published
to the StudyWalks catalog
to the StudyWalks catalog
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.