futures_intrusive::channel

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