Hacker News new | ask | show | jobs
by jbritton 372 days ago
Perhaps there is some confusion here between data races and race conditions. Rust and Pony prevent data races, but not race conditions.
1 comments

There's no confusion.