macro_rules! declare_runtime { ($name:ident, $ip_addr:expr, $creds:expr) => { ... }; }
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.