Function crossmist::blocking::channel

source ยท
pub fn channel<T: Object>() -> Result<(Sender<T>, Receiver<T>)>
Expand description

Create a unidirectional channel.