pub type StateSender<T> = GenericStateSender<RawMutex, T>;Expand description
A GenericStateSender implementation backed by parking_lot.
Aliased Typeยง
struct StateSender<T> { /* private fields */ }pub type StateSender<T> = GenericStateSender<RawMutex, T>;A GenericStateSender implementation backed by parking_lot.
struct StateSender<T> { /* private fields */ }