Hacker News new | ask | show | jobs
by loonyphoenix 2451 days ago
You cannot have data races in safe Rust.
1 comments

Race conditions aren't necessarily data races. This article and the parent comment was about race conditions in general.
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...