Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I wrote plenty of concurrent Rust code and the number of times I had to use Arc<Mutex> is extremely low (maybe a few times per thousands lines).

As for your statement that concurrency is generally hard - yes it is. But it is even harder with data races.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: