Type Definition futures_intrusive::channel::LocalStateBroadcastChannel
source · pub type LocalStateBroadcastChannel<T> = GenericStateBroadcastChannel<NoopLock, T>;
Expand description
A GenericStateBroadcastChannel
which is not thread-safe.