pub type StateBroadcastChannel<T> = GenericStateBroadcastChannel<RawMutex, T>;Expand description
A GenericStateBroadcastChannel implementation backed by parking_lot.
Aliased Typeยง
struct StateBroadcastChannel<T> { /* private fields */ }pub type StateBroadcastChannel<T> = GenericStateBroadcastChannel<RawMutex, T>;A GenericStateBroadcastChannel implementation backed by parking_lot.
struct StateBroadcastChannel<T> { /* private fields */ }