pub type OneshotReceiver<T> = GenericOneshotReceiver<RawMutex, T>;
Expand description
A GenericOneshotReceiver
implementation backed by parking_lot
.
Aliased Typeยง
struct OneshotReceiver<T> { /* private fields */ }
pub type OneshotReceiver<T> = GenericOneshotReceiver<RawMutex, T>;
A GenericOneshotReceiver
implementation backed by parking_lot
.
struct OneshotReceiver<T> { /* private fields */ }