[][src]Macro async_metronome::await_tick

macro_rules! await_tick {
    ($tick:expr) => { ... };
}

Awaits for the tick counter reach the specified value.

Tick counter increments when all tasks in the test case are in 'Pending' state, and at least one of them awaits for a tick.