[−][src]Type Definition futures_intrusive::channel::OneshotBroadcastChannel
type OneshotBroadcastChannel<T> = GenericOneshotBroadcastChannel<RawMutex, T>;
A GenericOneshotBroadcastChannel
implementation backed by parking_lot
.