Function wait_until_timeout
Source pub fn wait_until_timeout(timeout: &u64) -> Result<(), WaitStrategyError>
Expand description
Waits for the given duration asynchronously.
§Arguments
wait_duration - The duration to wait for.
§Returns
Returns Ok(()) when the wait is complete.