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