macro_rules! declare_runtime {
    ($name:ident, $ip_addr:expr, $creds:expr) => { ... };
}
Expand description

Declares a new Runtime which listens for messages at the given IP address and uses the given Creds. Runtimes are intended to be created once in a process’s lifetime and continue running until the process exits.