macro_rules! send_value {
($tx:ident, $value:expr) => { ... };
}Expand description
Sends the value through the channel and logs in case of error.
macro_rules! send_value {
($tx:ident, $value:expr) => { ... };
}Sends the value through the channel and logs in case of error.