Type Alias 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.
Aliased Type§
struct Channel<T, A> { /* private fields */ }