pub type StateSender<T> = GenericStateSender<RawMutex, T>;
Expand description

A GenericStateSender implementation backed by parking_lot.