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