Mutex…ahh the things that are used to synchronize access to critical code/section. If that’s what first comes to your mind when you hear the word “Mutex” in computer programming then, you are right. From Wikipedia : In computer science, a lock or mutex (from mutual exclusion) is a synchronization primitive…