Hacker News new | ask | show | jobs
by steveklabnik 2006 days ago
The borrow checker doesn’t understand orderings, as it doesn’t specifically need to. You can get race conditions, but not data races. Yes, you need to be careful when writing this kind of code.