Race-Condition just means that you have two or more things executed in parallel which have to be done in a certain order and you loose the correct order.
"to understand recursions, you first must understand recursions"- and "there are only 10 types of people in this world, those who can ready binary and those who can't"-shirts
j
stuff ;)
Kleo Petrov did it pretty well with the joke:
Knock knock Race condition Who's there?Race-Condition just means that you have two or more things executed in parallel which have to be done in a certain order and you loose the correct order.