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