futures_intrusive::channel

Type Alias LocalStateBroadcastChannel

Source
pub type LocalStateBroadcastChannel<T> = GenericStateBroadcastChannel<NoopLock, T>;
Expand description

A GenericStateBroadcastChannel which is not thread-safe.

Aliased Typeยง

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