What is mutual exclusion? #pythonprogramming | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What is mutual exclusion? #pythonprogramming

mutual exclusion

6th Feb 2017, 3:57 PM
Maulana Hidayat
Maulana Hidayat - avatar
2 Answers
0
in concurrent programming you make parts of the code wait until a result is available to avoid a race condition. see https://en.m.wikipedia.org/wiki/Mutual_exclusion
6th Feb 2017, 4:23 PM
Geo Tab
0
thank you
7th Feb 2017, 12:44 AM
Maulana Hidayat
Maulana Hidayat - avatar