> Just a nice little keyword "parallel {}" where every statement inside the parallel block is executed in parallel, the same way it is done in HDLs. Rust's borrow checker should be able to ensure parallel code is safe.
The rayon crate lets you do something quite similar.
The rayon crate lets you do something quite similar.