pub type UnbufferedChannel<T> = Channel<T, [T; 0]>;
Expand description

An unbuffered GenericChannel implementation backed by parking_lot.