Function relm4::channel

source ·
pub fn channel<T>() -> (Sender<T>, Receiver<T>)
Expand description

Create an unbounded channel to send messages between different parts of you application.