pub type StateBroadcastChannel<T> = GenericStateBroadcastChannel<RawMutex, T>;
Expand description

A GenericStateBroadcastChannel implementation backed by parking_lot.