Function send

Source
pub fn send<T>(tx: &Sender<T>, message: T)
where T: Send,