futures_intrusive::channel

Type Alias LocalChannel

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