futures_intrusive::channel::shared

Type Alias 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 */ }