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