[][src]Function postage::watch::channel

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

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