pub type OneshotBroadcastChannel<T> = GenericOneshotBroadcastChannel<RawMutex, T>;
Expand description

A GenericOneshotBroadcastChannel implementation backed by parking_lot.

Aliased Type§

struct OneshotBroadcastChannel<T> { /* private fields */ }