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

A GenericStateSender implementation backed by parking_lot.

Aliased Type§

struct StateSender<T> { /* private fields */ }