Skip to content
Author: Tianle Yuan

Concurrency v.s. Parallelism⚓︎

Look at the picture shown below (from Concurrency vs Parallelism) to understand the difference between concurrency and parallelism:

image

Watchout!

Concurrent ← Parallel

  • If a task is a concurrent task, it may or may not execute in parallel.

  • If a task is a parallel task, it is definitely a concurrent task

References:⚓︎


Last update: December 5, 2022 10:33:13
Created: November 9, 2022 07:25:53

Comments