pub type OneshotBroadcastChannel<T> = GenericOneshotBroadcastChannel<RawMutex, T>;
Expand description
A GenericOneshotBroadcastChannel
implementation backed by parking_lot
.
Aliased Typeยง
struct OneshotBroadcastChannel<T> { /* private fields */ }