macro_rules! run_loop { ($command:expr) => { ... }; }
Run a deferred control-flow command within a loop.
This takes a Command and runs it.
Command