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).
1 Like
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).