pub fn channel<T: Clone + Default>() -> (Sender<T>, Receiver<T>)
Expand description

Constructs a new watch channel pair, filled with T::default().