Concurrency vs. Parallel Programming

Understand the concept of concurrency and parallel processing/programming.

Intro to concurrent programming

Concurrent programming refers to when an application is making progress on more than one task at the same time (concurrently). If the computer has only one CPU, the application may not make progress or execute on more than ...