Skip to main content

call

Function call 

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