pub type LocalOneshotChannel<T> = GenericOneshotChannel<NoopLock, T>;
Expand description

A GenericOneshotChannel which is not thread-safe.