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 */ }