Type Alias futures_intrusive::channel::StateBroadcastChannel
source · pub type StateBroadcastChannel<T> = GenericStateBroadcastChannel<RawMutex, T>;Expand description
A GenericStateBroadcastChannel implementation backed by parking_lot.
Aliased Type§
struct StateBroadcastChannel<T> { /* private fields */ }