pub async fn wait_until_realtime()Expand description
Returns a future that will return when the simulation has caught up to the current time.
Assumes that the simulation was configured to start in the past and has
SimulationConfig::transform_to_realtime set to true.