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