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