macro_rules! listen_all {
    { $(($id: ident, $port: expr, $call: expr)),+ } => { ... };
}
Expand description

Set up one or more listeners and handle all of them in a loop