Concurrent vs Parallel
In a world where we hear and talk a lot about making code run concurrent or in parallel, there’s sometimes a little bit of confusion between the two. It happens that many times we use one term when referring to the other or even use them indistinguishably. Let’s shed some light on the matter. When we say that we have concurrency in our code, that means that we have tasks running in periods of time that overlap....