[][src]Type Definition futures_intrusive::channel::LocalStateBroadcastChannel

type LocalStateBroadcastChannel<T> = GenericStateBroadcastChannel<NoopLock, T>;

A GenericStateBroadcastChannel which is not thread-safe.