Macro rx_async

Source
macro_rules! rx_async {
    ( $x:expr) => { ... };
    ( $x:expr, $msg:expr) => { ... };
}