Crossbeam – Tools for concurrent programming in Rust

GitHub - crossbeam-rs/crossbeam: Tools for concurrent programming in Rust.
Tools for concurrent programming in Rust. Contribute to crossbeam-rs/crossbeam development by creating an account on GitHub.

Read in full here:

This thread was posted by one of our members via one of our news source trackers.

3 Likes

Corresponding tweet for this thread:

Share link for this tweet.

2 Likes

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