Consistency – CC
Concurrency is the ability of a system to manage multiple tasks or processes at the same time, even t–hough the tasks may not be running simultaneously. It allows overlapping execution of tasks to improve efficiency and resource utilization.
Geeks For Geeks Article: Difference between Concurrency and Parallelism
OCamlverse Article: Concurrency, Parallelism, and Distributed Systems
Youtube Video by ByteByteGo: Concurrency Vs Parallelism!