Type Definition futures_intrusive::channel::LocalChannel

source ·
pub type LocalChannel<T, A> = GenericChannel<NoopLock, T, ArrayBuf<T, A>>;
Expand description

A GenericChannel implementation which is not thread-safe.