Function yew::platform::pinned::oneshot::channel

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

Creates a oneshot channel.