Modules§
Structs§
- Bus
- The backing bus for
Mux
. - Lane
- A single tagged lane in
Bus
. - LaneRx
- A
Lane
receiver half. - LaneTx
- A
Lane
sender half. - Map
- A new-type over
Arc<DashMap<K, V>>
that abstracts items manipulation. - Mux
- A multiplexer that allows for multiple senders and receivers act on a single stream of messages.