Rust is still safer by default when concurrency is involved. There are C/C++ techniques to narrow the gap (MISRA) as well as formal verification systems (Frama-C). You can also liberally define critical sections by disabling interrupts
Rust is still safer by default when concurrency is involved. There are C/C++ techniques to narrow the gap (MISRA) as well as formal verification systems (Frama-C). You can also liberally define critical sections by disabling interrupts
No replies yet.