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

type LocalUnbufferedChannel<T> = LocalChannel<T, [T; 0]>;

An unbuffered GenericChannel implementation which is not thread-safe.