pub type OneshotSender<T> = Sender<T>;
Sender for oneshot channels
struct OneshotSender<T> { /* private fields */ }