Macro control_flow::run_loop [] [src]

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

Run a deferred control-flow command within a loop.

This takes a Command and runs it.