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