Skip to main content

send

Function send 

Source
pub fn send<T: Send + 'static>(tx: &MsgSender<T>, msg: T) -> Result<()>