|
|
|
|
|
by josephg
437 days ago
|
|
Me too. I agree that its not a bed of roses - and all the memory safety guarantees in the world don't stop you from making a huge mess. But I haven't run into any of the impossible-to-debug crashes / heisenbugs in my multithreaded rust code that I have in C/C++. I think rust delivers on its safety promise. |
|
Make those threads access external resources simultaneously, or memory mapped to external writers, and there is no support from Rust type system.