dit-digital-service-manual/docs/Software Development/03-Distributed Computing Specifications/04-Race Conditions/01-Intro.md

2 lines
216 B
Markdown

# Intro
Race condition is the situation where certain behavior of a system is controlled by the sequence or the timing of events; hence resulting in unintended consequences that are typically considered to be a bug.