Function postage::dispatch::channel[][src]

pub fn channel<T>(capacity: usize) -> (Sender<T>, Receiver<T>)

Constructs a pair of dispatch endpoints, with a fixed-size buffer of the given capacity