pub type OneshotSender<T> = GenericOneshotSender<RawMutex, T>;
Expand description

A GenericOneshotSender implementation backed by parking_lot.