race_conditions
This is an old revision of the document!
Race Condition
Occurs in a program when multiple threads or processes access shared adta simultaneously and the final outcome depends on the unpredictable order that the scheduler executes them
race_conditions.1781035749.txt.gz · Last modified: by reidjs
