Crossbeam – Tools for concurrent programming in Rust

Yeah crossbeam is the de-facto low-level threading library for rust, it’s so nice to use. Rayon is a higher level view on it too (tasks on threads instead of just low level threads). :slight_smile:

1 Like