pub type Channel<T, A> = GenericChannel<RawMutex, T, ArrayBuf<T, A>>;
Expand description

A GenericChannel implementation backed by parking_lot.