A lock-free, bounded, single-producer, multi-consumer, broadcast channel.
# Cargo.toml
[dependencies]
bus = "2.4.1"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a broadcast channel, sends a value, and receives it on a subscriber.
Use a Mutex around the Bus if multiple threads need to broadcast.
No dependency data recorded yet.