Race Condition

Race condition describes the case where the outcome of an execution depends on a particular order in which the shared resource is accessed.

Let's look at an example of race condition.

Last updated

Was this helpful?