Type Definition futures_intrusive::channel::shared::StateReceiver
source · pub type StateReceiver<T> = GenericStateReceiver<RawMutex, T>;
Expand description
A GenericStateReceiver
implementation backed by parking_lot
.