Does it mean that two threads can\'t change the underlying data simultaneously? Or does it mean that the given code segment will run with predictable results when multiple t
Simply - code will run fine if many threads are executing this code at the same time.