Type Definition futures_intrusive::channel::Channel

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

A GenericChannel implementation backed by parking_lot.