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