Concurrency vs. Parallelism Daniel Weibel Created 19 Jun 2017 Concurrency Run multiple tasks at the same time (on one or several CPUs). Parallelism Run a single task on multiple CPUs.