Hacker News new | ask | show | jobs
by adtac 2451 days ago
Race conditions aren't necessarily data races. This article and the parent comment was about race conditions in general.
1 comments

The parent comment literally says

> You can have data races in Python, Javascript and Rust as easily as you can in C.

Don't use "race conditions" and "data races" interchangeably if you understand the difference...