Type Definition futures_intrusive::channel::shared::OneshotSender   
source · [−]pub type OneshotSender<T> = GenericOneshotSender<RawMutex, T>;Expand description
A GenericOneshotSender implementation backed by parking_lot.