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

An unbuffered GenericChannel implementation which is not thread-safe.