Copy-pasted from old Rust stdlib, provides a multi-producer multi-consumer channel.
# Cargo.toml
[dependencies]
mpmc = "0.1.6"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates an MPMC channel and sends/receives a message.
Consider using `crossbeam_channel` or `std::sync::mpsc` for production use.
No dependency data recorded yet.