Function storm::wait_until[][src]

pub fn wait_until(instant: Instant)
Expand description

Prevents the update event from being sent until at least the given instant. 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.