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