pub type StateReceiver<T> = GenericStateReceiver<RawMutex, T>;
Expand description

A GenericStateReceiver implementation backed by parking_lot.