pub fn channel<T>() -> (Sender<T>, Receiver<T>)where T: Clone + Default,
Constructs a new watch channel pair, filled with T::default().
T::default()