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