Type Alias futures_intrusive::channel::shared::OneshotSender
source · pub type OneshotSender<T> = GenericOneshotSender<RawMutex, T>;Expand description
A GenericOneshotSender implementation backed by parking_lot.
Aliased Type§
struct OneshotSender<T> { /* private fields */ }