PGPaavan Guptainpaavangpt.hashnode.dev·Dec 20, 2022 · 3 min readConcurrency is not what you think it is!Many people come across this term when learning about multi-threading. We usually tend to think that concurrency means we can run two separate parts of a program simultaneously side by side. It makes sense to think of it that way, but what happens be...00