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
This repository has been archived by the owner on Aug 31, 2021. It is now read-only.