/race-condition-example

Viszalize the effects of race conditions in java

Primary LanguageJavaMIT LicenseMIT

race condition example for my students

This project is intended to visualize the effects of race conditions.

It implements two sorts of "racers", normal and synchronized

Requirements:

java

run:

javac RaceCondition.java
java RaceCondition 100000