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