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

A GenericStateBroadcastChannel which is not thread-safe.

Aliased Type§

struct LocalStateBroadcastChannel<T> { /* private fields */ }