race_conditions
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| race_conditions [2026/06/09 13:09] – reidjs | race_conditions [2026/06/09 13:09] (current) – reidjs | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Race Condition ====== | ====== Race Condition ====== | ||
| Occurs in a program when multiple threads or processes access shared data simultaneously and the final outcome depends on the unpredictable order that the scheduler executes them | Occurs in a program when multiple threads or processes access shared data simultaneously and the final outcome depends on the unpredictable order that the scheduler executes them | ||
| + | |||
| + | |||
race_conditions.1781035756.txt.gz · Last modified: by reidjs
