[][src]Type Definition futures_intrusive::channel::LocalChannel

type LocalChannel<T, A> = GenericChannel<NoopLock, T, ArrayBuf<T, A>>;

A GenericChannel implementation which is not thread-safe.