macro_rules! receive_channel_from {
    ($chan:expr, $var:ident => $body:expr) => { ... };
}