futures_intrusive::channel

Type Alias LocalOneshotBroadcastChannel

Source
pub type LocalOneshotBroadcastChannel<T> = GenericOneshotBroadcastChannel<NoopLock, T>;
Expand description

A GenericOneshotBroadcastChannel which is not thread-safe.

Aliased Typeยง

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