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