Type Definition futures_intrusive::channel::LocalOneshotBroadcastChannel
source · pub type LocalOneshotBroadcastChannel<T> = GenericOneshotBroadcastChannel<NoopLock, T>;
Expand description
A GenericOneshotBroadcastChannel
which is not thread-safe.