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