Skip to content
This repository has been archived by the owner on Aug 31, 2021. It is now read-only.

Latest commit

 

History

History
6 lines (5 loc) · 398 Bytes

concurrency.md

File metadata and controls

6 lines (5 loc) · 398 Bytes

Concurrency

When people hear the word concurrency they often think of parallelism, a related but quite distinct concept. In programming, concurrency is the composition of independently executing processes, while parallelism is the simultaneous execution of (possibly related) computations. Concurrency is not parallelism