[−][src]Type Definition futures_intrusive::channel::StateBroadcastChannel
type StateBroadcastChannel<T> = GenericStateBroadcastChannel<RawMutex, T>;
A GenericStateBroadcastChannel
implementation backed by parking_lot
.