Tools for concurrent programming, including channels, scoped threads, and epoch-based reclamation.
# Cargo.toml
[dependencies]
crossbeam = "0.8.4"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Create an unbounded channel and send/receive a message.
Use `crossbeam-channel`, `crossbeam-epoch`, etc. directly instead of the umbrella crate.
No dependency data recorded yet.