[][src]Function relay::channel

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

Create a new channel to send a message.