Function unix_ipc::channel[][src]

pub fn channel<T: Serialize + DeserializeOwned>(
) -> Result<(Sender<T>, Receiver<T>)>
Expand description

Creates a typed connected channel.