pub type LocalOneshotBroadcastChannel<T> = GenericOneshotBroadcastChannel<NoopLock, T>;
Expand description
A GenericOneshotBroadcastChannel
which is not thread-safe.
Aliased Typeยง
struct LocalOneshotBroadcastChannel<T> { /* private fields */ }
pub type LocalOneshotBroadcastChannel<T> = GenericOneshotBroadcastChannel<NoopLock, T>;
A GenericOneshotBroadcastChannel
which is not thread-safe.
struct LocalOneshotBroadcastChannel<T> { /* private fields */ }