Most of you already know about threads and it’s benefits. This article will help you to understand how thread are being used in real world applications and what are the best practices. Threads are primarily used to achieve asynchronous behavior and multitasking. Below are some common real life use cases where threads have been usedContinue reading “Multithreading in real world”