←Older revision | Revision as of 14:53, 29 June 2020 | ||
Line 1: | Line 1: | ||
- | When two executions of the same program yield different results, then there very likely is a [[race condition]] in your [[ImpossibleThreading|multi-threaded]] code. | + | When two executions of the same program yield different results, then there very likely is a [[race condition]] in your [[ImpossibleThreading|multi-threaded]] code. Read on, for example about [[FlowControllingTest]]... |