Comment on What is the difference between concurrency and parallelism?parentComments−avmich6yA recommended link from SO article - https://wiki.haskell.org/Parallelism_vs._Concurrency - mentions the following:"Warning Not all programmers agree on the meaning of the terms 'parallelism' and 'concurrency'. They may define them in different ways or do not distinguish them at all."
Comments
A recommended link from SO article - https://wiki.haskell.org/Parallelism_vs._Concurrency - mentions the following:
"Warning Not all programmers agree on the meaning of the terms 'parallelism' and 'concurrency'. They may define them in different ways or do not distinguish them at all."