Mutual Exclusion (Mutex)
KSI5XSR46P0NUNHSKTPZ
In computer science, mutual exclusion is a property of concurrency control, which is instituted for the purpose of preventing race conditions. It is the requirement that one thread of execution never enters a critical section while a concurrent thread of execution is already accessing critical section, which refers to an interval of time during which a thread of execution accesses a shared resource, such as [Shared data objects, shared resources, shared memory].
Read more on WikipediaHave feedback on this skill? Let us know.