Hacker News new | ask | show | jobs
by adastra22 211 days ago
There is a lot more to rust than just memory safety. A lot of concurrency errors are prevented too, for example.
1 comments

> A lot of concurrency errors are prevented too, for example.

I thought it was just one concurrency error that was prevented. Other than data races, what other concurrency errors are prevented?