Type Alias futures_intrusive::channel::shared::StateReceiver
source · pub type StateReceiver<T> = GenericStateReceiver<RawMutex, T>;
Expand description
A GenericStateReceiver
implementation backed by parking_lot
.
Aliased Type§
struct StateReceiver<T> { /* private fields */ }