Macro run_loop

Source
macro_rules! run_loop {
    ($command:expr) => { ... };
}
Expand description

Run a deferred control-flow command within a loop.

This takes a Command and runs it.