pub type UnbufferedReceiver<T> = GenericReceiver<RawMutex, T, GrowingHeapBuf<T>>;
Expand description

A GenericReceiver implementation backed by parking_lot.