Type Definition futures_intrusive::channel::StateBroadcastChannel
source · pub type StateBroadcastChannel<T> = GenericStateBroadcastChannel<RawMutex, T>;
Expand description
A GenericStateBroadcastChannel
implementation backed by parking_lot
.