[][src]Type Definition futures_intrusive::channel::LocalOneshotBroadcastChannel

type LocalOneshotBroadcastChannel<T> = GenericOneshotBroadcastChannel<NoopLock, T>;

A GenericOneshotBroadcastChannel which is not thread-safe.