Day 21/100 100 Days of Code
I implemented mutex in my program and moved the code around to fix some problems. Now, the critical sections get locked and the next thread is waiting for the thread that has locked the section to unlock it. I also fixed an issue where canceling` the...
digitalcreations.hashnode.dev2 min read