Hacker News new | ask | show | jobs
by aratakareigen 2307 days ago
Right. The main advantage of Rust is that its thread safety is opt-out (unsafe) rather than opt-in (remember to use the right data structures / locks).