Function storm::wait_for[][src]

pub fn wait_for(duration: Duration)
Expand description

Prevents the update event from being sent for at least the duration. If a periodic wait is active, this wait will temporarily override only if it causes the next update event to happen later than the periodic wait would have.