absl::SimulatedClock::SleepUntil

Sleeps until the specified wakeup_time.

Synopsis

Declared in <absl/time/simulated_clock.h>

virtual
void
SleepUntil(absl::Time wakeup_time) override;

Parameters

NameDescription
wakeup_timeThe simulated time at which to wake up.