pub type LocalStateBroadcastChannel<T> = GenericStateBroadcastChannel<NoopLock, T>;
Expand description

A GenericStateBroadcastChannel which is not thread-safe.