Macro cubist_proxy::listen_all
source · 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
macro_rules! listen_all {
{ $(($id: ident, $port: expr, $call: expr)),+ } => { ... };
}
Set up one or more listeners and handle all of them in a loop