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.
pub type LocalChannel<T, A> = GenericChannel<NoopLock, T, ArrayBuf<T, A>>;A GenericChannel implementation which is not thread-safe.