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