pub fn channel_with<T: Clone>(value: T) -> (Sender<T>, Receiver<T>)
Constructs a new watch channel pair, filled with the provided value