Type Definition futures_intrusive::channel::shared::StateSender
source · [−]pub type StateSender<T> = GenericStateSender<RawMutex, T>;
Expand description
A GenericStateSender
implementation backed by parking_lot
.