Rust's `Sender/Receiver` is forced to be `Sync + Send`

crossbeam-channel is a high-quality alternative to std::sync::mpsc, with Sender and Receiver types that are Send + Sync.

1 Like