send_value

Macro send_value 

Source
macro_rules! send_value {
    ($tx:ident, $value:expr) => { ... };
}
Expand description

Sends the value through the channel and logs in case of error.