pub type OneshotBroadcastChannel<T> = GenericOneshotBroadcastChannel<RawMutex, T>;
Expand description

A GenericOneshotBroadcastChannel implementation backed by parking_lot.