futures_intrusive::channel

Type Alias StateBroadcastChannel

Source
pub type StateBroadcastChannel<T> = GenericStateBroadcastChannel<RawMutex, T>;
Expand description

A GenericStateBroadcastChannel implementation backed by parking_lot.

Aliased Typeยง

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